#9E02C7

Color #9E02C7 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #9E02C7

Tints of Dark Violet #9E02C7

Color information

#9E02C7 (or 0x9E02C7) is unknown color: approx Dark Violet. HEX triplet: 9E, 02 and C7. RGB value is (158,2,199). Sum of RGB (Red+Green+Blue) = 158+2+199=359 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.01% from 359); Green value is 2 (1.17% from 255 or 0.56% from 359); Blue value is 199 (78.12% from 255 or 55.43% from 359); Max value from RGB is 199 - color contains mainly: blue. Hex color #9E02C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E02C7 is #61FD38. Grayscale: #464646. Windows color (decimal): -6421817 or 13042334. OLE color: 13042334.

HSL color Cylindrical-coordinate representation of color #9E02C7: hue angle of 287.51º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E02C7 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1582199-
CMYK0.210.9900.22
HSL287.51º98.01%39.41%-
HSV(B)287.51º98.99%78.04%-
XYZ24.4311.4454.95-
YUV71.1200.18189.98-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.01%
GREEN value IS 2 (1.17% from 255) = 0.56%
BLUE value IS 199 (78.12% from 255) = 55.43%
R=44.01%
G=0.56%
B=55.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal15821990.210.9900.22287.5198.0139.41
Hex9E2C715630161206227
Octal23623072514302644014247
Binary1001111010110001111010111000110101101001000001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E02C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,2,199); }

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

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

 a { background-color: rgb(158,2,199); }

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

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

 span { border-color: rgb(158,2,199); }

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