Html Css Color HEX #9C7BD1 Medium Purple

📋 copy color: '#9C7BD1'

red 156 ◦ green 123 ◦ blue 209

#9C7BD1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #9C7BD1

Tints of Medium Purple #9C7BD1

RGB

 RED value IS 156 (61.33% from 255) = 31.97%

 GREEN value IS 123 (48.44% from 255) = 25.2%

 BLUE value IS 209 (82.03% from 255) = 42.83%

R = 31.97%
G = 25.2%
B = 42.83%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9C7BD1 (or 0x9C7BD1) is known color: Medium Purple. HEX triplet: 9C, 7B and D1. RGB value is (156,123,209). Sum of RGB (Red+Green+Blue) = 156+123+209=488 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.97% from 488); Green value is 123 (48.44% from 255 or 25.20% from 488); Blue value is 209 (82.03% from 255 or 42.83% from 488); Max value from RGB is 209 - color contains mainly: blue. Hex color #9C7BD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7BD1 is #63842E. Grayscale: #8E8E8E. Windows color (decimal): -6521903 or 13728668. OLE color: 13728668.

HSL color Cylindrical-coordinate representation of color #9C7BD1: hue angle of 263.02º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C7BD1 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 156 123 209 -
CMYK 0.25 0.41 0 0.18
HSL 263.02º 0.48% 0.65% -
HSV(B) 263.02º 0.41% 0.82% -
XYZ 32.3 25.84 63.61 -
YUV 142.67 165.43 137.51 -
System Red Green Blue C M Y K H S L
Decimal 156 123 209 0.25 0.41 0 0.18 263.02 0.48 0.65
Hex 9C 7B D1 19 29 0 12 107 30 41
Octal 234 173 321 31 51 0 22 407 60 101
Binary 10011100 1111011 11010001 11001 101001 0 10010 100000111 110000 1000001

Color Harmonies of #9C7BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7BD1

Black with #9C7BD1

Text Example


Text Example

White with #9C7BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C7BD1; }

 p { color: rgb(156,123,209); }

 H1.HeaderClassName
 {
   color: #9C7BD1;
 }
 .AnyTagClassName
 {
   color: #9C7BD1;
 }
</style>

background-color css

<style>
 a { background-color: #9C7BD1; }

 a { background-color: rgb(156,123,209); }

 div.DivClassName
 {
   background-color: #9C7BD1;
 }
 .BgClassName
 {
   background-color: #9C7BD1;
 }
</style>

border-color css

<style>
 span { border-color: #9C7BD1; }

 span { border-color: rgb(156,123,209); }

 td.TdClassName
 {
   border-color: #9C7BD1;
 }
 .TagClassName
 {
   border-color: #9C7BD1;
 }
</style>