Html Css Color HEX #9E86CF Cold Purple

📋 copy color: '#9E86CF'

red 158 ◦ green 134 ◦ blue 207

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

Shades of Cold Purple #9E86CF

Tints of Cold Purple #9E86CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.48%

R = 31.66%
G = 26.85%
B = 41.48%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E86CF (or 0x9E86CF) is known color: Cold Purple. HEX triplet: 9E, 86 and CF. RGB value is (158,134,207). Sum of RGB (Red+Green+Blue) = 158+134+207=499 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.66% from 499); Green value is 134 (52.73% from 255 or 26.85% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E86CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E86CF is #617930. Grayscale: #959595. Windows color (decimal): -6388017 or 13600414. OLE color: 13600414.

HSL color Cylindrical-coordinate representation of color #9E86CF: hue angle of 259.73º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9E86CF is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 158 134 207 -
CMYK 0.24 0.35 0 0.19
HSL 259.73º 0.43% 0.67% -
HSV(B) 259.73º 0.35% 0.81% -
XYZ 33.89 28.82 62.81 -
YUV 149.5 160.45 134.06 -
System Red Green Blue C M Y K H S L
Decimal 158 134 207 0.24 0.35 0 0.19 259.73 0.43 0.67
Hex 9E 86 CF 18 23 0 13 104 2B 43
Octal 236 206 317 30 43 0 23 404 53 103
Binary 10011110 10000110 11001111 11000 100011 0 10011 100000100 101011 1000011

Color Harmonies of #9E86CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E86CF

Black with #9E86CF

Text Example


Text Example

White with #9E86CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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