Html Css Color HEX #9E86D6 Cold Purple

📋 copy color: '#9E86D6'

red 158 ◦ green 134 ◦ blue 214

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

Shades of Cold Purple #9E86D6

Tints of Cold Purple #9E86D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.29%

R = 31.23%
G = 26.48%
B = 42.29%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9E86D6 (or 0x9E86D6) is known color: Cold Purple. HEX triplet: 9E, 86 and D6. RGB value is (158,134,214). Sum of RGB (Red+Green+Blue) = 158+134+214=506 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.23% from 506); Green value is 134 (52.73% from 255 or 26.48% from 506); Blue value is 214 (83.98% from 255 or 42.29% from 506); Max value from RGB is 214 - color contains mainly: blue. Hex color #9E86D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E86D6 is #617929. Grayscale: #969696. Windows color (decimal): -6388010 or 14059166. OLE color: 14059166.

HSL color Cylindrical-coordinate representation of color #9E86D6: hue angle of 258º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E86D6 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 158 134 214 -
CMYK 0.26 0.37 0 0.16
HSL 258º 0.49% 0.68% -
HSV(B) 258º 0.37% 0.84% -
XYZ 34.76 29.17 67.42 -
YUV 150.3 163.95 133.5 -
System Red Green Blue C M Y K H S L
Decimal 158 134 214 0.26 0.37 0 0.16 258 0.49 0.68
Hex 9E 86 D6 1A 25 0 10 102 31 44
Octal 236 206 326 32 45 0 20 402 61 104
Binary 10011110 10000110 11010110 11010 100101 0 10000 100000010 110001 1000100

Color Harmonies of #9E86D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E86D6

Black with #9E86D6

Text Example


Text Example

White with #9E86D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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