#9348FD

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

Shades of Blue Violet #9348FD

Tints of Blue Violet #9348FD

Color information

#9348FD (or 0x9348FD) is unknown color: approx Blue Violet. HEX triplet: 93, 48 and FD. RGB value is (147,72,253). Sum of RGB (Red+Green+Blue) = 147+72+253=472 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.14% from 472); Green value is 72 (28.52% from 255 or 15.25% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #9348FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9348FD is #6CB702. Grayscale: #727272. Windows color (decimal): -7124739 or 16599187. OLE color: 16599187.

HSL color Cylindrical-coordinate representation of color #9348FD: hue angle of 264.86º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9348FD is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB14772253-
CMYK0.420.7200.01
HSL264.86º97.84%63.73%-
HSV(B)264.86º71.54%99.22%-
XYZ32.0817.9394.7-
YUV115.06205.85150.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.14%
GREEN value IS 72 (28.52% from 255) = 15.25%
BLUE value IS 253 (99.22% from 255) = 53.60%
R=31.14%
G=15.25%
B=53.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal147722530.420.7200.01264.8697.8463.73
Hex9348FD2A48011096240
Octal2231103755211001411142100
Binary1001001110010001111110110101010010000110000100111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9348FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9348FD; }

 p { color: rgb(147,72,253); }

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

<style>
 a { background-color: #9348FD; }

 a { background-color: rgb(147,72,253); }

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

<style>
 span { border-color: #9348FD; }

 span { border-color: rgb(147,72,253); }

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