#9C42EA

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

Shades of Blue Violet #9C42EA

Tints of Blue Violet #9C42EA

Color information

#9C42EA (or 0x9C42EA) is unknown color: approx Blue Violet. HEX triplet: 9C, 42 and EA. RGB value is (156,66,234). Sum of RGB (Red+Green+Blue) = 156+66+234=456 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.21% from 456); Green value is 66 (26.17% from 255 or 14.47% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #9C42EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C42EA is #63BD15. Grayscale: #6F6F6F. Windows color (decimal): -6536470 or 15352476. OLE color: 15352476.

HSL color Cylindrical-coordinate representation of color #9C42EA: hue angle of 272.14º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C42EA is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB15666234-
CMYK0.330.7200.08
HSL272.14º80%58.82%-
HSV(B)272.14º71.79%91.76%-
XYZ30.5116.979.5-
YUV112.06196.82159.34-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.21%
GREEN value IS 66 (26.17% from 255) = 14.47%
BLUE value IS 234 (91.80% from 255) = 51.32%
R=34.21%
G=14.47%
B=51.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal156662340.330.7200.08272.148058.82
Hex9C42EA214808110503b
Octal2341023524111001042012073
Binary100111001000010111010101000011001000010001000100001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C42EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,66,234); }

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

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

 a { background-color: rgb(156,66,234); }

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

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

 span { border-color: rgb(156,66,234); }

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