#9E83BC

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

Shades of Cold Purple #9E83BC

Tints of Cold Purple #9E83BC

Color information

#9E83BC (or 0x9E83BC) is unknown color: approx Cold Purple. HEX triplet: 9E, 83 and BC. RGB value is (158,131,188). Sum of RGB (Red+Green+Blue) = 158+131+188=477 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.12% from 477); Green value is 131 (51.56% from 255 or 27.46% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E83BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E83BC is #617C43. Grayscale: #919191. Windows color (decimal): -6388804 or 12354462. OLE color: 12354462.

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

Color convert

RGB158131188-
CMYK0.160.3000.26
HSL268.42º29.84%62.55%-
HSV(B)268.42º30.32%73.73%-
XYZ31.2927.1351.16-
YUV145.57151.95136.87-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.12%
GREEN value IS 131 (51.56% from 255) = 27.46%
BLUE value IS 188 (73.83% from 255) = 39.41%
R=33.12%
G=27.46%
B=39.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581311880.160.3000.26268.4229.8462.55
Hex9E83BC101E01A10c1e3f
Octal23620327420360324143677
Binary100111101000001110111100100001111001101010000110011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E83BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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