#9318ec

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

Shades of Blue Violet #9318EC

Tints of Blue Violet #9318EC

Color information

#9318EC (or 0x9318EC) is unknown color: approx Blue Violet. HEX triplet: 93, 18 and EC. RGB value is (147,24,236). Sum of RGB (Red+Green+Blue) = 147+24+236=407 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.12% from 407); Green value is 24 (9.77% from 255 or 5.90% from 407); Blue value is 236 (92.58% from 255 or 57.99% from 407); Max value from RGB is 236 - color contains mainly: blue. Hex color #9318EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9318EC is #6CE713. Grayscale: #545454. Windows color (decimal): -7137044 or 15472787. OLE color: 15472787.

HSL color Cylindrical-coordinate representation of color #9318EC: hue angle of 274.81º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9318EC is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB14724236-
CMYK0.380.9000.07
HSL274.81º84.8%50.98%-
HSV(B)274.81º89.83%92.55%-
XYZ27.512.9180.4-
YUV84.94213.25172.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.12%
GREEN value IS 24 (9.77% from 255) = 5.90%
BLUE value IS 236 (92.58% from 255) = 57.99%
R=36.12%
G=5.90%
B=57.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal147242360.380.9000.07274.8184.850.98
Hex9318EC265A071135533
Octal22330354461320742312563
Binary100100111100011101100100110101101001111000100111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9318ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9318ec; }

 p { color: rgb(147,24,236); }

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

<style>
 a { background-color: #9318ec; }

 a { background-color: rgb(147,24,236); }

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

<style>
 span { border-color: #9318ec; }

 span { border-color: rgb(147,24,236); }

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