Html Css Color HEX #9C89CB Cold Purple

📋 copy color: '#9C89CB'

red 156 ◦ green 137 ◦ blue 203

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

Shades of Cold Purple #9C89CB

Tints of Cold Purple #9C89CB

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.62%

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

R = 31.45%
G = 27.62%
B = 40.93%

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

#9C89CB (or 0x9C89CB) is known color: Cold Purple. HEX triplet: 9C, 89 and CB. RGB value is (156,137,203). Sum of RGB (Red+Green+Blue) = 156+137+203=496 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.45% from 496); Green value is 137 (53.91% from 255 or 27.62% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C89CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C89CB is #637634. Grayscale: #959595. Windows color (decimal): -6518325 or 13339036. OLE color: 13339036.

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

Color convert

RGB 156 137 203 -
CMYK 0.23 0.33 0 0.20
HSL 257.27º 0.39% 0.67% -
HSV(B) 257.27º 0.33% 0.8% -
XYZ 33.44 29.27 60.39 -
YUV 150.21 157.79 132.13 -
System Red Green Blue C M Y K H S L
Decimal 156 137 203 0.23 0.33 0 0.20 257.27 0.39 0.67
Hex 9C 89 CB 17 21 0 14 101 27 43
Octal 234 211 313 27 41 0 24 401 47 103
Binary 10011100 10001001 11001011 10111 100001 0 10100 100000001 100111 1000011

Color Harmonies of #9C89CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C89CB

Black with #9C89CB

Text Example


Text Example

White with #9C89CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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