Html Css Color HEX #9C88CB Cold Purple

📋 copy color: '#9C88CB'

red 156 ◦ green 136 ◦ blue 203

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

Shades of Cold Purple #9C88CB

Tints of Cold Purple #9C88CB

RGB

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

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

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

R = 31.52%
G = 27.47%
B = 41.01%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9C88CB (or 0x9C88CB) is known color: Cold Purple. HEX triplet: 9C, 88 and CB. RGB value is (156,136,203). Sum of RGB (Red+Green+Blue) = 156+136+203=495 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.52% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C88CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C88CB is #637734. Grayscale: #959595. Windows color (decimal): -6518581 or 13338780. OLE color: 13338780.

HSL color Cylindrical-coordinate representation of color #9C88CB: hue angle of 257.91º 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 #9C88CB is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 156 136 203 -
CMYK 0.23 0.33 0 0.20
HSL 257.91º 0.39% 0.66% -
HSV(B) 257.91º 0.33% 0.8% -
XYZ 33.29 28.99 60.34 -
YUV 149.62 158.13 132.55 -
System Red Green Blue C M Y K H S L
Decimal 156 136 203 0.23 0.33 0 0.20 257.91 0.39 0.66
Hex 9C 88 CB 17 21 0 14 102 27 42
Octal 234 210 313 27 41 0 24 402 47 102
Binary 10011100 10001000 11001011 10111 100001 0 10100 100000010 100111 1000010

Color Harmonies of #9C88CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C88CB

Black with #9C88CB

Text Example


Text Example

White with #9C88CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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