Html Css Color HEX #9E86CD Cold Purple

📋 copy color: '#9E86CD'

red 158 ◦ green 134 ◦ blue 205

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

Shades of Cold Purple #9E86CD

Tints of Cold Purple #9E86CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.25%

R = 31.79%
G = 26.96%
B = 41.25%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9E86CD (or 0x9E86CD) is known color: Cold Purple. HEX triplet: 9E, 86 and CD. RGB value is (158,134,205). Sum of RGB (Red+Green+Blue) = 158+134+205=497 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.79% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E86CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E86CD is #617932. Grayscale: #959595. Windows color (decimal): -6388019 or 13469342. OLE color: 13469342.

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

Color convert

RGB 158 134 205 -
CMYK 0.23 0.35 0 0.20
HSL 260.28º 0.42% 0.66% -
HSV(B) 260.28º 0.35% 0.8% -
XYZ 33.65 28.73 61.53 -
YUV 149.27 159.45 134.23 -
System Red Green Blue C M Y K H S L
Decimal 158 134 205 0.23 0.35 0 0.20 260.28 0.42 0.66
Hex 9E 86 CD 17 23 0 14 104 2A 42
Octal 236 206 315 27 43 0 24 404 52 102
Binary 10011110 10000110 11001101 10111 100011 0 10100 100000100 101010 1000010

Color Harmonies of #9E86CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E86CD

Black with #9E86CD

Text Example


Text Example

White with #9E86CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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