Html Css Color HEX #9C81CB Cold Purple

📋 copy color: '#9C81CB'

red 156 ◦ green 129 ◦ blue 203

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

Shades of Cold Purple #9C81CB

Tints of Cold Purple #9C81CB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.43%

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

R = 31.97%
G = 26.43%
B = 41.6%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9C81CB (or 0x9C81CB) is known color: Cold Purple. HEX triplet: 9C, 81 and CB. RGB value is (156,129,203). Sum of RGB (Red+Green+Blue) = 156+129+203=488 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.97% from 488); Green value is 129 (50.78% from 255 or 26.43% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C81CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C81CB is #637E34. Grayscale: #919191. Windows color (decimal): -6520373 or 13336988. OLE color: 13336988.

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

Color convert

RGB 156 129 203 -
CMYK 0.23 0.36 0 0.20
HSL 261.89º 0.42% 0.65% -
HSV(B) 261.89º 0.36% 0.8% -
XYZ 32.34 27.08 60.02 -
YUV 145.51 160.45 135.48 -
System Red Green Blue C M Y K H S L
Decimal 156 129 203 0.23 0.36 0 0.20 261.89 0.42 0.65
Hex 9C 81 CB 17 24 0 14 106 2A 41
Octal 234 201 313 27 44 0 24 406 52 101
Binary 10011100 10000001 11001011 10111 100100 0 10100 100000110 101010 1000001

Color Harmonies of #9C81CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C81CB

Black with #9C81CB

Text Example


Text Example

White with #9C81CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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