#9E83CC

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

Shades of Cold Purple #9E83CC

Tints of Cold Purple #9E83CC

Color information

#9E83CC (or 0x9E83CC) is unknown color: approx Cold Purple. HEX triplet: 9E, 83 and CC. RGB value is (158,131,204). Sum of RGB (Red+Green+Blue) = 158+131+204=493 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.05% from 493); Green value is 131 (51.56% from 255 or 26.57% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E83CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E83CC is #617C33. Grayscale: #939393. Windows color (decimal): -6388788 or 13403038. OLE color: 13403038.

HSL color Cylindrical-coordinate representation of color #9E83CC: hue angle of 262.19º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9E83CC is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB158131204-
CMYK0.230.3600.2
HSL262.19º41.71%65.69%-
HSV(B)262.19º35.78%80%-
XYZ33.1227.8660.76-
YUV147.39159.95135.56-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.05%
GREEN value IS 131 (51.56% from 255) = 26.57%
BLUE value IS 204 (80.08% from 255) = 41.38%
R=32.05%
G=26.57%
B=41.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1581312040.230.3600.2262.1941.7165.69
Hex9E83CC17240141062a42
Octal236203314274402440652102
Binary100111101000001111001100101111001000101001000001101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E83CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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