#9344E4

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

Shades of Blue Violet #9344E4

Tints of Blue Violet #9344E4

Color information

#9344E4 (or 0x9344E4) is unknown color: approx Blue Violet. HEX triplet: 93, 44 and E4. RGB value is (147,68,228). Sum of RGB (Red+Green+Blue) = 147+68+228=443 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.18% from 443); Green value is 68 (26.95% from 255 or 15.35% from 443); Blue value is 228 (89.45% from 255 or 51.47% from 443); Max value from RGB is 228 - color contains mainly: blue. Hex color #9344E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9344E4 is #6CBB1B. Grayscale: #6D6D6D. Windows color (decimal): -7125788 or 14959763. OLE color: 14959763.

HSL color Cylindrical-coordinate representation of color #9344E4: hue angle of 269.62º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9344E4 is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB14768228-
CMYK0.360.7000.11
HSL269.62º74.77%58.04%-
HSV(B)269.62º70.18%89.41%-
XYZ28.115.9474.99-
YUV109.86194.67154.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.18%
GREEN value IS 68 (26.95% from 255) = 15.35%
BLUE value IS 228 (89.45% from 255) = 51.47%
R=33.18%
G=15.35%
B=51.47%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal147682280.360.7000.11269.6274.7758.04
Hex9344E424460B10e4b3a
Octal2231043444410601341611372
Binary100100111000100111001001001001000110010111000011101001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9344E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9344E4; }

 p { color: rgb(147,68,228); }

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

<style>
 a { background-color: #9344E4; }

 a { background-color: rgb(147,68,228); }

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

<style>
 span { border-color: #9344E4; }

 span { border-color: rgb(147,68,228); }

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