Html Css Color HEX #9E86CB Cold Purple

📋 copy color: '#9E86CB'

red 158 ◦ green 134 ◦ blue 203

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

Shades of Cold Purple #9E86CB

Tints of Cold Purple #9E86CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.01%

R = 31.92%
G = 27.07%
B = 41.01%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9E86CB (or 0x9E86CB) is known color: Cold Purple. HEX triplet: 9E, 86 and CB. RGB value is (158,134,203). Sum of RGB (Red+Green+Blue) = 158+134+203=495 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.92% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #9E86CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E86CB is #617934. Grayscale: #949494. Windows color (decimal): -6388021 or 13338270. OLE color: 13338270.

HSL color Cylindrical-coordinate representation of color #9E86CB: hue angle of 260.87º degrees, saturation: 0.4, 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 #9E86CB is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 158 134 203 -
CMYK 0.22 0.34 0 0.20
HSL 260.87º 0.4% 0.66% -
HSV(B) 260.87º 0.34% 0.8% -
XYZ 33.41 28.63 60.27 -
YUV 149.04 158.45 134.39 -
System Red Green Blue C M Y K H S L
Decimal 158 134 203 0.22 0.34 0 0.20 260.87 0.4 0.66
Hex 9E 86 CB 16 22 0 14 105 28 42
Octal 236 206 313 26 42 0 24 405 50 102
Binary 10011110 10000110 11001011 10110 100010 0 10100 100000101 101000 1000010

Color Harmonies of #9E86CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E86CB

Black with #9E86CB

Text Example


Text Example

White with #9E86CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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