Html Css Color HEX #9E81BE Cold Purple

📋 copy color: '#9E81BE'

red 158 ◦ green 129 ◦ blue 190

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

Shades of Cold Purple #9E81BE

Tints of Cold Purple #9E81BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.83%

R = 33.12%
G = 27.04%
B = 39.83%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E81BE (or 0x9E81BE) is known color: Cold Purple. HEX triplet: 9E, 81 and BE. RGB value is (158,129,190). Sum of RGB (Red+Green+Blue) = 158+129+190=477 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.12% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E81BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E81BE is #617E41. Grayscale: #909090. Windows color (decimal): -6389314 or 12485022. OLE color: 12485022.

HSL color Cylindrical-coordinate representation of color #9E81BE: hue angle of 268.52º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9E81BE is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 129 190 -
CMYK 0.17 0.32 0 0.25
HSL 268.52º 0.32% 0.63% -
HSV(B) 268.52º 0.32% 0.75% -
XYZ 31.25 26.69 52.22 -
YUV 144.63 153.61 137.54 -
System Red Green Blue C M Y K H S L
Decimal 158 129 190 0.17 0.32 0 0.25 268.52 0.32 0.63
Hex 9E 81 BE 11 20 0 19 10D 20 3F
Octal 236 201 276 21 40 0 31 415 40 77
Binary 10011110 10000001 10111110 10001 100000 0 11001 100001101 100000 111111

Color Harmonies of #9E81BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E81BE

Black with #9E81BE

Text Example


Text Example

White with #9E81BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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