Html Css Color HEX #9E86BE Cold Purple

📋 copy color: '#9E86BE'

red 158 ◦ green 134 ◦ blue 190

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

Shades of Cold Purple #9E86BE

Tints of Cold Purple #9E86BE

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.8%

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

R = 32.78%
G = 27.8%
B = 39.42%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E86BE (or 0x9E86BE) is known color: Cold Purple. HEX triplet: 9E, 86 and BE. RGB value is (158,134,190). Sum of RGB (Red+Green+Blue) = 158+134+190=482 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.78% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E86BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E86BE is #617941. Grayscale: #939393. Windows color (decimal): -6388034 or 12486302. OLE color: 12486302.

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

Color convert

RGB 158 134 190 -
CMYK 0.17 0.29 0 0.25
HSL 265.71º 0.3% 0.64% -
HSV(B) 265.71º 0.29% 0.75% -
XYZ 31.92 28.04 52.44 -
YUV 147.56 151.95 135.45 -
System Red Green Blue C M Y K H S L
Decimal 158 134 190 0.17 0.29 0 0.25 265.71 0.3 0.64
Hex 9E 86 BE 11 1D 0 19 10A 1E 40
Octal 236 206 276 21 35 0 31 412 36 100
Binary 10011110 10000110 10111110 10001 11101 0 11001 100001010 11110 1000000

Color Harmonies of #9E86BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E86BE

Black with #9E86BE

Text Example


Text Example

White with #9E86BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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