#9346E6

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

Shades of Blue Violet #9346E6

Tints of Blue Violet #9346E6

Color information

#9346E6 (or 0x9346E6) is unknown color: approx Blue Violet. HEX triplet: 93, 46 and E6. RGB value is (147,70,230). Sum of RGB (Red+Green+Blue) = 147+70+230=447 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.89% from 447); Green value is 70 (27.73% from 255 or 15.66% from 447); Blue value is 230 (90.23% from 255 or 51.45% from 447); Max value from RGB is 230 - color contains mainly: blue. Hex color #9346E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9346E6 is #6CB919. Grayscale: #6E6E6E. Windows color (decimal): -7125274 or 15091347. OLE color: 15091347.

HSL color Cylindrical-coordinate representation of color #9346E6: hue angle of 268.88º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9346E6 is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB14770230-
CMYK0.360.7000.10
HSL268.88º76.19%58.82%-
HSV(B)268.88º69.57%90.2%-
XYZ28.5116.376.51-
YUV111.26195.01153.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.89%
GREEN value IS 70 (27.73% from 255) = 15.66%
BLUE value IS 230 (90.23% from 255) = 51.45%
R=32.89%
G=15.66%
B=51.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal147702300.360.7000.10268.8876.1958.82
Hex9346E624460A10d4c3b
Octal2231063464410601241511473
Binary100100111000110111001101001001000110010101000011011001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9346E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9346E6; }

 p { color: rgb(147,70,230); }

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

<style>
 a { background-color: #9346E6; }

 a { background-color: rgb(147,70,230); }

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

<style>
 span { border-color: #9346E6; }

 span { border-color: rgb(147,70,230); }

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