#9D30F6

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

Shades of Blue Violet #9D30F6

Tints of Blue Violet #9D30F6

Color information

#9D30F6 (or 0x9D30F6) is unknown color: approx Blue Violet. HEX triplet: 9D, 30 and F6. RGB value is (157,48,246). Sum of RGB (Red+Green+Blue) = 157+48+246=451 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.81% from 451); Green value is 48 (19.14% from 255 or 10.64% from 451); Blue value is 246 (96.48% from 255 or 54.55% from 451); Max value from RGB is 246 - color contains mainly: blue. Hex color #9D30F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D30F6 is #62CF09. Grayscale: #666666. Windows color (decimal): -6475530 or 16134301. OLE color: 16134301.

HSL color Cylindrical-coordinate representation of color #9D30F6: hue angle of 273.03º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D30F6 is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB15748246-
CMYK0.360.8000.04
HSL273.03º91.67%57.65%-
HSV(B)273.03º80.49%96.47%-
XYZ31.615.9488.6-
YUV103.16208.61166.4-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.81%
GREEN value IS 48 (19.14% from 255) = 10.64%
BLUE value IS 246 (96.48% from 255) = 54.55%
R=34.81%
G=10.64%
B=54.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal157482460.360.8000.04273.0391.6757.65
Hex9D30F62450041115c3a
Octal23560366441200442113472
Binary1001110111000011110110100100101000001001000100011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D30F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D30F6; }

 p { color: rgb(157,48,246); }

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

<style>
 a { background-color: #9D30F6; }

 a { background-color: rgb(157,48,246); }

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

<style>
 span { border-color: #9D30F6; }

 span { border-color: rgb(157,48,246); }

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