Html Css Color HEX #9986CB Cold Purple

📋 copy color: '#9986CB'

red 153 ◦ green 134 ◦ blue 203

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

Shades of Cold Purple #9986CB

Tints of Cold Purple #9986CB

RGB

 RED value IS 153 (60.16% from 255) = 31.22%

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

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

R = 31.22%
G = 27.35%
B = 41.43%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9986CB (or 0x9986CB) is known color: Cold Purple. HEX triplet: 99, 86 and CB. RGB value is (153,134,203). Sum of RGB (Red+Green+Blue) = 153+134+203=490 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.22% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #9986CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9986CB is #667934. Grayscale: #939393. Windows color (decimal): -6715701 or 13338265. OLE color: 13338265.

HSL color Cylindrical-coordinate representation of color #9986CB: hue angle of 256.52º 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 #9986CB is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 134 203 -
CMYK 0.25 0.34 0 0.20
HSL 256.52º 0.4% 0.66% -
HSV(B) 256.52º 0.34% 0.8% -
XYZ 32.44 28.13 60.22 -
YUV 147.55 159.29 131.89 -
System Red Green Blue C M Y K H S L
Decimal 153 134 203 0.25 0.34 0 0.20 256.52 0.4 0.66
Hex 99 86 CB 19 22 0 14 101 28 42
Octal 231 206 313 31 42 0 24 401 50 102
Binary 10011001 10000110 11001011 11001 100010 0 10100 100000001 101000 1000010

Color Harmonies of #9986CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9986CB

Black with #9986CB

Text Example


Text Example

White with #9986CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9986CB; }

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

 H1.HeaderClassName
 {
   color: #9986CB;
 }
 .AnyTagClassName
 {
   color: #9986CB;
 }
</style>

background-color css

<style>
 a { background-color: #9986CB; }

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

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

border-color css

<style>
 span { border-color: #9986CB; }

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

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