#9E83BA

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

Shades of Cold Purple #9E83BA

Tints of Cold Purple #9E83BA

Color information

#9E83BA (or 0x9E83BA) is unknown color: approx Cold Purple. HEX triplet: 9E, 83 and BA. RGB value is (158,131,186). Sum of RGB (Red+Green+Blue) = 158+131+186=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 131 (51.56% from 255 or 27.58% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E83BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E83BA is #617C45. Grayscale: #919191. Windows color (decimal): -6388806 or 12223390. OLE color: 12223390.

HSL color Cylindrical-coordinate representation of color #9E83BA: hue angle of 269.45º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9E83BA is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB158131186-
CMYK0.150.3000.27
HSL269.45º28.5%62.16%-
HSV(B)269.45º29.57%72.94%-
XYZ31.0827.0550.04-
YUV145.34150.95137.03-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.26%
GREEN value IS 131 (51.56% from 255) = 27.58%
BLUE value IS 186 (73.05% from 255) = 39.16%
R=33.26%
G=27.58%
B=39.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581311860.150.3000.27269.4528.562.16
Hex9E83BAF1E01B10d1c3e
Octal23620327217360334153476
Binary10011110100000111011101011111111001101110000110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E83BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,131,186); }

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

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

 a { background-color: rgb(158,131,186); }

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

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

 span { border-color: rgb(158,131,186); }

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