Html Css Color HEX #9E81CC Cold Purple

📋 copy color: '#9E81CC'

red 158 ◦ green 129 ◦ blue 204

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

Shades of Cold Purple #9E81CC

Tints of Cold Purple #9E81CC

RGB

 RED value IS 158 (62.11% from 255) = 32.18%

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

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

R = 32.18%
G = 26.27%
B = 41.55%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9E81CC (or 0x9E81CC) is known color: Cold Purple. HEX triplet: 9E, 81 and CC. RGB value is (158,129,204). Sum of RGB (Red+Green+Blue) = 158+129+204=491 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.18% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E81CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E81CC is #617E33. Grayscale: #919191. Windows color (decimal): -6389300 or 13402526. OLE color: 13402526.

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

Color convert

RGB 158 129 204 -
CMYK 0.23 0.37 0 0.2
HSL 263.2º 0.42% 0.65% -
HSV(B) 263.2º 0.37% 0.8% -
XYZ 32.85 27.33 60.67 -
YUV 146.22 160.61 136.4 -
System Red Green Blue C M Y K H S L
Decimal 158 129 204 0.23 0.37 0 0.2 263.2 0.42 0.65
Hex 9E 81 CC 17 25 0 14 107 2A 41
Octal 236 201 314 27 45 0 24 407 52 101
Binary 10011110 10000001 11001100 10111 100101 0 10100 100000111 101010 1000001

Color Harmonies of #9E81CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E81CC

Black with #9E81CC

Text Example


Text Example

White with #9E81CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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