Html Css Color HEX #9E86CC Cold Purple

📋 copy color: '#9E86CC'

red 158 ◦ green 134 ◦ blue 204

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

Shades of Cold Purple #9E86CC

Tints of Cold Purple #9E86CC

RGB

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

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

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

R = 31.85%
G = 27.02%
B = 41.13%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9E86CC (or 0x9E86CC) is known color: Cold Purple. HEX triplet: 9E, 86 and CC. RGB value is (158,134,204). Sum of RGB (Red+Green+Blue) = 158+134+204=496 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.85% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E86CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E86CC is #617933. Grayscale: #949494. Windows color (decimal): -6388020 or 13403806. OLE color: 13403806.

HSL color Cylindrical-coordinate representation of color #9E86CC: hue angle of 260.57º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9E86CC is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 158 134 204 -
CMYK 0.23 0.34 0 0.2
HSL 260.57º 0.41% 0.66% -
HSV(B) 260.57º 0.34% 0.8% -
XYZ 33.52 28.68 60.9 -
YUV 149.16 158.95 134.31 -
System Red Green Blue C M Y K H S L
Decimal 158 134 204 0.23 0.34 0 0.2 260.57 0.41 0.66
Hex 9E 86 CC 17 22 0 14 105 29 42
Octal 236 206 314 27 42 0 24 405 51 102
Binary 10011110 10000110 11001100 10111 100010 0 10100 100000101 101001 1000010

Color Harmonies of #9E86CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E86CC

Black with #9E86CC

Text Example


Text Example

White with #9E86CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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