#9C18EA

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

Shades of Blue Violet #9C18EA

Tints of Blue Violet #9C18EA

Color information

#9C18EA (or 0x9C18EA) is unknown color: approx Blue Violet. HEX triplet: 9C, 18 and EA. RGB value is (156,24,234). Sum of RGB (Red+Green+Blue) = 156+24+234=414 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.68% from 414); Green value is 24 (9.77% from 255 or 5.80% from 414); Blue value is 234 (91.80% from 255 or 56.52% from 414); Max value from RGB is 234 - color contains mainly: blue. Hex color #9C18EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C18EA is #63E715. Grayscale: #565656. Windows color (decimal): -6547222 or 15341724. OLE color: 15341724.

HSL color Cylindrical-coordinate representation of color #9C18EA: hue angle of 277.71º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C18EA is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB15624234-
CMYK0.330.9000.08
HSL277.71º83.33%50.59%-
HSV(B)277.71º89.74%91.76%-
XYZ28.8913.6678.96-
YUV87.41210.73176.92-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.68%
GREEN value IS 24 (9.77% from 255) = 5.80%
BLUE value IS 234 (91.80% from 255) = 56.52%
R=37.68%
G=5.80%
B=56.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal156242340.330.9000.08277.7183.3350.59
Hex9C18EA215A081165333
Octal234303524113201042612363
Binary1001110011000111010101000011011010010001000101101010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C18EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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