Html Css Color HEX #9C81CC Cold Purple

📋 copy color: '#9C81CC'

red 156 ◦ green 129 ◦ blue 204

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

Shades of Cold Purple #9C81CC

Tints of Cold Purple #9C81CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.72%

R = 31.9%
G = 26.38%
B = 41.72%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9C81CC (or 0x9C81CC) is known color: Cold Purple. HEX triplet: 9C, 81 and CC. RGB value is (156,129,204). Sum of RGB (Red+Green+Blue) = 156+129+204=489 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.90% from 489); Green value is 129 (50.78% from 255 or 26.38% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C81CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C81CC is #637E33. Grayscale: #919191. Windows color (decimal): -6520372 or 13402524. OLE color: 13402524.

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

Color convert

RGB 156 129 204 -
CMYK 0.24 0.37 0 0.2
HSL 261.6º 0.42% 0.65% -
HSV(B) 261.6º 0.37% 0.8% -
XYZ 32.46 27.13 60.65 -
YUV 145.62 160.95 135.4 -
System Red Green Blue C M Y K H S L
Decimal 156 129 204 0.24 0.37 0 0.2 261.6 0.42 0.65
Hex 9C 81 CC 18 25 0 14 106 2A 41
Octal 234 201 314 30 45 0 24 406 52 101
Binary 10011100 10000001 11001100 11000 100101 0 10100 100000110 101010 1000001

Color Harmonies of #9C81CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C81CC

Black with #9C81CC

Text Example


Text Example

White with #9C81CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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