Html Css Color HEX #9D86CB Cold Purple

📋 copy color: '#9D86CB'

red 157 ◦ green 134 ◦ blue 203

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

Shades of Cold Purple #9D86CB

Tints of Cold Purple #9D86CB

RGB

 RED value IS 157 (61.72% from 255) = 31.78%

 GREEN value IS 134 (52.73% from 255) = 27.13%

 BLUE value IS 203 (79.69% from 255) = 41.09%

R = 31.78%
G = 27.13%
B = 41.09%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9D86CB (or 0x9D86CB) is known color: Cold Purple. HEX triplet: 9D, 86 and CB. RGB value is (157,134,203). Sum of RGB (Red+Green+Blue) = 157+134+203=494 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.78% from 494); Green value is 134 (52.73% from 255 or 27.13% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #9D86CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D86CB is #627934. Grayscale: #949494. Windows color (decimal): -6453557 or 13338269. OLE color: 13338269.

HSL color Cylindrical-coordinate representation of color #9D86CB: hue angle of 260º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9D86CB is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 157 134 203 -
CMYK 0.23 0.34 0 0.20
HSL 260º 0.4% 0.66% -
HSV(B) 260º 0.34% 0.8% -
XYZ 33.21 28.53 60.26 -
YUV 148.74 158.62 133.89 -
System Red Green Blue C M Y K H S L
Decimal 157 134 203 0.23 0.34 0 0.20 260 0.4 0.66
Hex 9D 86 CB 17 22 0 14 104 28 42
Octal 235 206 313 27 42 0 24 404 50 102
Binary 10011101 10000110 11001011 10111 100010 0 10100 100000100 101000 1000010

Color Harmonies of #9D86CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D86CB

Black with #9D86CB

Text Example


Text Example

White with #9D86CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,134,203); }

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

background-color css

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

 a { background-color: rgb(157,134,203); }

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

border-color css

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

 span { border-color: rgb(157,134,203); }

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