Html Css Color HEX #9988CB Cold Purple

📋 copy color: '#9988CB'

red 153 ◦ green 136 ◦ blue 203

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

Shades of Cold Purple #9988CB

Tints of Cold Purple #9988CB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.64%

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

R = 31.1%
G = 27.64%
B = 41.26%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9988CB (or 0x9988CB) is known color: Cold Purple. HEX triplet: 99, 88 and CB. RGB value is (153,136,203). Sum of RGB (Red+Green+Blue) = 153+136+203=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #9988CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9988CB is #667734. Grayscale: #949494. Windows color (decimal): -6715189 or 13338777. OLE color: 13338777.

HSL color Cylindrical-coordinate representation of color #9988CB: hue angle of 255.22º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9988CB is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 136 203 -
CMYK 0.25 0.33 0 0.20
HSL 255.22º 0.39% 0.66% -
HSV(B) 255.22º 0.33% 0.8% -
XYZ 32.72 28.69 60.31 -
YUV 148.72 158.63 131.05 -
System Red Green Blue C M Y K H S L
Decimal 153 136 203 0.25 0.33 0 0.20 255.22 0.39 0.66
Hex 99 88 CB 19 21 0 14 FF 27 42
Octal 231 210 313 31 41 0 24 377 47 102
Binary 10011001 10001000 11001011 11001 100001 0 10100 11111111 100111 1000010

Color Harmonies of #9988CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9988CB

Black with #9988CB

Text Example


Text Example

White with #9988CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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