#9E82BC

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

Shades of Cold Purple #9E82BC

Tints of Cold Purple #9E82BC

Color information

#9E82BC (or 0x9E82BC) is unknown color: approx Cold Purple. HEX triplet: 9E, 82 and BC. RGB value is (158,130,188). Sum of RGB (Red+Green+Blue) = 158+130+188=476 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.19% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E82BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E82BC is #617D43. Grayscale: #909090. Windows color (decimal): -6389060 or 12354206. OLE color: 12354206.

HSL color Cylindrical-coordinate representation of color #9E82BC: hue angle of 268.97º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9E82BC is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB158130188-
CMYK0.160.3100.26
HSL268.97º30.21%62.35%-
HSV(B)268.97º30.85%73.73%-
XYZ31.1626.8751.12-
YUV144.98152.28137.28-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.19%
GREEN value IS 130 (51.17% from 255) = 27.31%
BLUE value IS 188 (73.83% from 255) = 39.50%
R=33.19%
G=27.31%
B=39.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581301880.160.3100.26268.9730.2162.35
Hex9E82BC101F01A10d1e3e
Octal23620227420370324153676
Binary100111101000001010111100100001111101101010000110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E82BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,130,188); }

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

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

 a { background-color: rgb(158,130,188); }

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

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

 span { border-color: rgb(158,130,188); }

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