#9C02EB

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

Shades of Dark Violet #9C02EB

Tints of Dark Violet #9C02EB

Color information

#9C02EB (or 0x9C02EB) is unknown color: approx Dark Violet. HEX triplet: 9C, 02 and EB. RGB value is (156,2,235). Sum of RGB (Red+Green+Blue) = 156+2+235=393 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.69% from 393); Green value is 2 (1.17% from 255 or 0.51% from 393); Blue value is 235 (92.19% from 255 or 59.80% from 393); Max value from RGB is 235 - color contains mainly: blue. Hex color #9C02EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C02EB is #63FD14. Grayscale: #494949. Windows color (decimal): -6552853 or 15401628. OLE color: 15401628.

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

Color convert

RGB1562235-
CMYK0.340.9900.08
HSL279.66º98.31%46.47%-
HSV(B)279.66º99.15%92.16%-
XYZ28.7313.1179.61-
YUV74.61218.52186.05-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.69%
GREEN value IS 2 (1.17% from 255) = 0.51%
BLUE value IS 235 (92.19% from 255) = 59.80%
R=39.69%
G=0.51%
B=59.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal15622350.340.9900.08279.6698.3146.47
Hex9C2EB226308118622e
Octal23423534214301043014256
Binary1001110010111010111000101100011010001000110001100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C02EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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