#9E83CA

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

Shades of Cold Purple #9E83CA

Tints of Cold Purple #9E83CA

Color information

#9E83CA (or 0x9E83CA) is unknown color: approx Cold Purple. HEX triplet: 9E, 83 and CA. RGB value is (158,131,202). Sum of RGB (Red+Green+Blue) = 158+131+202=491 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.18% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E83CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E83CA is #617C35. Grayscale: #929292. Windows color (decimal): -6388790 or 13271966. OLE color: 13271966.

HSL color Cylindrical-coordinate representation of color #9E83CA: hue angle of 262.82º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9E83CA is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB158131202-
CMYK0.220.3500.21
HSL262.82º40.11%65.29%-
HSV(B)262.82º35.15%79.22%-
XYZ32.8827.7759.5-
YUV147.17158.95135.73-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.18%
GREEN value IS 131 (51.56% from 255) = 26.68%
BLUE value IS 202 (79.30% from 255) = 41.14%
R=32.18%
G=26.68%
B=41.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1581312020.220.3500.21262.8240.1165.29
Hex9E83CA16230151072841
Octal236203312264302540750101
Binary100111101000001111001010101101000110101011000001111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E83CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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