#9E84BF

Color #9E84BF Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #9E84BF

Tints of Cold Purple #9E84BF

Color information

#9E84BF (or 0x9E84BF) is unknown color: approx Cold Purple. HEX triplet: 9E, 84 and BF. RGB value is (158,132,191). Sum of RGB (Red+Green+Blue) = 158+132+191=481 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.85% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 191 - color contains mainly: blue. Hex color #9E84BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E84BF is #617B40. Grayscale: #929292. Windows color (decimal): -6388545 or 12551326. OLE color: 12551326.

HSL color Cylindrical-coordinate representation of color #9E84BF: hue angle of 266.44º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9E84BF is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB158132191-
CMYK0.170.3100.25
HSL266.44º31.55%63.33%-
HSV(B)266.44º30.89%74.9%-
XYZ31.7627.5352.93-
YUV146.5153.11136.2-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.85%
GREEN value IS 132 (51.95% from 255) = 27.44%
BLUE value IS 191 (75% from 255) = 39.71%
R=32.85%
G=27.44%
B=39.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581321910.170.3100.25266.4431.5563.33
Hex9E84BF111F01910a203f
Octal23620427721370314124077
Binary1001111010000100101111111000111111011001100001010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E84BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,132,191); }

 H1.HeaderClassName
 {
   color: #9E84BF;
 }
 .AnyTagClassName
 {
   color: #9E84BF;
 }
</style>
background-color css

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

 a { background-color: rgb(158,132,191); }

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

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

 span { border-color: rgb(158,132,191); }

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