#930FB3

Color #930FB3 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #930FB3

Tints of Dark Violet #930FB3

Color information

#930FB3 (or 0x930FB3) is unknown color: approx Dark Violet. HEX triplet: 93, 0F and B3. RGB value is (147,15,179). Sum of RGB (Red+Green+Blue) = 147+15+179=341 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.11% from 341); Green value is 15 (6.25% from 255 or 4.40% from 341); Blue value is 179 (70.31% from 255 or 52.49% from 341); Max value from RGB is 179 - color contains mainly: blue. Hex color #930FB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #930FB3 is #6CF04C. Grayscale: #484848. Windows color (decimal): -7139405 or 11734931. OLE color: 11734931.

HSL color Cylindrical-coordinate representation of color #930FB3: hue angle of 288.29º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #930FB3 is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14715179-
CMYK0.180.9200.30
HSL288.29º84.54%38.04%-
HSV(B)288.29º91.62%70.2%-
XYZ20.349.843.47-
YUV73.16187.73180.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.11%
GREEN value IS 15 (6.25% from 255) = 4.40%
BLUE value IS 179 (70.31% from 255) = 52.49%
R=43.11%
G=4.40%
B=52.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal147151790.180.9200.30288.2984.5438.04
Hex93FB3125C01E1205526
Octal223172632213403644012546
Binary100100111111101100111001010111000111101001000001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930FB3; }

 p { color: rgb(147,15,179); }

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

<style>
 a { background-color: #930FB3; }

 a { background-color: rgb(147,15,179); }

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

<style>
 span { border-color: #930FB3; }

 span { border-color: rgb(147,15,179); }

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