#930BB0

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

Shades of Dark Violet #930BB0

Tints of Dark Violet #930BB0

Color information

#930BB0 (or 0x930BB0) is unknown color: approx Dark Violet. HEX triplet: 93, 0B and B0. RGB value is (147,11,176). Sum of RGB (Red+Green+Blue) = 147+11+176=334 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.01% from 334); Green value is 11 (4.69% from 255 or 3.29% from 334); Blue value is 176 (69.14% from 255 or 52.69% from 334); Max value from RGB is 176 - color contains mainly: blue. Hex color #930BB0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930BB0 is #6CF44F. Grayscale: #454545. Windows color (decimal): -7140432 or 11537299. OLE color: 11537299.

HSL color Cylindrical-coordinate representation of color #930BB0: hue angle of 289.45º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #930BB0 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14711176-
CMYK0.160.9400.31
HSL289.45º88.24%36.67%-
HSV(B)289.45º93.75%69.02%-
XYZ19.999.5841.87-
YUV70.47187.56182.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.01%
GREEN value IS 11 (4.69% from 255) = 3.29%
BLUE value IS 176 (69.14% from 255) = 52.69%
R=44.01%
G=3.29%
B=52.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal147111760.160.9400.31289.4588.2436.67
Hex93BB0105E01F1215825
Octal223132602013603744113045
Binary100100111011101100001000010111100111111001000011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,11,176); }

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

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

 a { background-color: rgb(147,11,176); }

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

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

 span { border-color: rgb(147,11,176); }

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