#9813EC

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

Shades of Blue Violet #9813EC

Tints of Blue Violet #9813EC

Color information

#9813EC (or 0x9813EC) is unknown color: approx Blue Violet. HEX triplet: 98, 13 and EC. RGB value is (152,19,236). Sum of RGB (Red+Green+Blue) = 152+19+236=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 19 (7.81% from 255 or 4.67% 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 #9813EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9813EC is #67EC13. Grayscale: #525252. Windows color (decimal): -6810644 or 15471512. OLE color: 15471512.

HSL color Cylindrical-coordinate representation of color #9813EC: hue angle of 276.77º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9813EC is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB15219236-
CMYK0.360.9200.07
HSL276.77º85.1%50%-
HSV(B)276.77º91.95%92.55%-
XYZ28.3213.280.41-
YUV83.5214.06176.86-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.35%
GREEN value IS 19 (7.81% from 255) = 4.67%
BLUE value IS 236 (92.58% from 255) = 57.99%
R=37.35%
G=4.67%
B=57.99%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal152192360.360.9200.07276.7785.150
Hex9813EC245C071155532
Octal23023354441340742512562
Binary100110001001111101100100100101110001111000101011010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9813EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9813EC; }

 p { color: rgb(152,19,236); }

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

<style>
 a { background-color: #9813EC; }

 a { background-color: rgb(152,19,236); }

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

<style>
 span { border-color: #9813EC; }

 span { border-color: rgb(152,19,236); }

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