#9345F9

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

Shades of Blue Violet #9345F9

Tints of Blue Violet #9345F9

Color information

#9345F9 (or 0x9345F9) is unknown color: approx Blue Violet. HEX triplet: 93, 45 and F9. RGB value is (147,69,249). Sum of RGB (Red+Green+Blue) = 147+69+249=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 69 (27.34% from 255 or 14.84% from 465); Blue value is 249 (97.66% from 255 or 53.55% from 465); Max value from RGB is 249 - color contains mainly: blue. Hex color #9345F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9345F9 is #6CBA06. Grayscale: #707070. Windows color (decimal): -7125511 or 16336275. OLE color: 16336275.

HSL color Cylindrical-coordinate representation of color #9345F9: hue angle of 266º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9345F9 is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB14769249-
CMYK0.410.7200.02
HSL266º93.75%62.35%-
HSV(B)266º72.29%97.65%-
XYZ31.2617.391.31-
YUV112.84204.84152.36-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.61%
GREEN value IS 69 (27.34% from 255) = 14.84%
BLUE value IS 249 (97.66% from 255) = 53.55%
R=31.61%
G=14.84%
B=53.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal147692490.410.7200.0226693.7562.35
Hex9345F929480210a5e3e
Octal223105371511100241213676
Binary1001001110001011111100110100110010000101000010101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9345F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9345F9; }

 p { color: rgb(147,69,249); }

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

<style>
 a { background-color: #9345F9; }

 a { background-color: rgb(147,69,249); }

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

<style>
 span { border-color: #9345F9; }

 span { border-color: rgb(147,69,249); }

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