Html Css Color HEX #9E86B6 Cold Purple

📋 copy color: '#9E86B6'

red 158 ◦ green 134 ◦ blue 182

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

Shades of Cold Purple #9E86B6

Tints of Cold Purple #9E86B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.4%

R = 33.33%
G = 28.27%
B = 38.4%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9E86B6 (or 0x9E86B6) is known color: Cold Purple. HEX triplet: 9E, 86 and B6. RGB value is (158,134,182). Sum of RGB (Red+Green+Blue) = 158+134+182=474 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.33% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 182 (71.48% from 255 or 38.40% from 474); Max value from RGB is 182 - color contains mainly: blue. Hex color #9E86B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E86B6 is #617949. Grayscale: #929292. Windows color (decimal): -6388042 or 11962014. OLE color: 11962014.

HSL color Cylindrical-coordinate representation of color #9E86B6: hue angle of 270º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9E86B6 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 158 134 182 -
CMYK 0.13 0.26 0 0.29
HSL 270º 0.25% 0.62% -
HSV(B) 270º 0.26% 0.71% -
XYZ 31.07 27.7 47.96 -
YUV 146.65 147.95 136.1 -
System Red Green Blue C M Y K H S L
Decimal 158 134 182 0.13 0.26 0 0.29 270 0.25 0.62
Hex 9E 86 B6 D 1A 0 1D 10E 19 3E
Octal 236 206 266 15 32 0 35 416 31 76
Binary 10011110 10000110 10110110 1101 11010 0 11101 100001110 11001 111110

Color Harmonies of #9E86B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E86B6

Black with #9E86B6

Text Example


Text Example

White with #9E86B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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