#9E84CD

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

Shades of Cold Purple #9E84CD

Tints of Cold Purple #9E84CD

Color information

#9E84CD (or 0x9E84CD) is unknown color: approx Cold Purple. HEX triplet: 9E, 84 and CD. RGB value is (158,132,205). Sum of RGB (Red+Green+Blue) = 158+132+205=495 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.92% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E84CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E84CD is #617B32. Grayscale: #939393. Windows color (decimal): -6388531 or 13468830. OLE color: 13468830.

HSL color Cylindrical-coordinate representation of color #9E84CD: hue angle of 261.37º 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 #9E84CD is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB158132205-
CMYK0.230.3600.20
HSL261.37º42.2%66.08%-
HSV(B)261.37º35.61%80.39%-
XYZ33.3728.1861.44-
YUV148.1160.11135.06-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.92%
GREEN value IS 132 (51.95% from 255) = 26.67%
BLUE value IS 205 (80.47% from 255) = 41.41%
R=31.92%
G=26.67%
B=41.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1581322050.230.3600.20261.3742.266.08
Hex9E84CD17240141052a42
Octal236204315274402440552102
Binary100111101000010011001101101111001000101001000001011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E84CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,132,205); }

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

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

 a { background-color: rgb(158,132,205); }

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

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

 span { border-color: rgb(158,132,205); }

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