#9C02ED

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

Shades of Dark Violet #9C02ED

Tints of Dark Violet #9C02ED

Color information

#9C02ED (or 0x9C02ED) is unknown color: approx Dark Violet. HEX triplet: 9C, 02 and ED. RGB value is (156,2,237). Sum of RGB (Red+Green+Blue) = 156+2+237=395 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.49% from 395); Green value is 2 (1.17% from 255 or 0.51% from 395); Blue value is 237 (92.97% from 255 or 60% from 395); Max value from RGB is 237 - color contains mainly: blue. Hex color #9C02ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C02ED is #63FD12. Grayscale: #4A4A4A. Windows color (decimal): -6552851 or 15532700. OLE color: 15532700.

HSL color Cylindrical-coordinate representation of color #9C02ED: hue angle of 279.32º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C02ED is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1562237-
CMYK0.340.9900.07
HSL279.32º98.33%46.86%-
HSV(B)279.32º99.16%92.94%-
XYZ29.0213.2381.14-
YUV74.84219.52185.89-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.49%
GREEN value IS 2 (1.17% from 255) = 0.51%
BLUE value IS 237 (92.97% from 255) = 60%
R=39.49%
G=0.51%
B=60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal15622370.340.9900.07279.3298.3346.86
Hex9C2ED226307117622f
Octal2342355421430742714257
Binary100111001011101101100010110001101111000101111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C02ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,2,237); }

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

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

 a { background-color: rgb(156,2,237); }

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

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

 span { border-color: rgb(156,2,237); }

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