#930BB1

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

Shades of Dark Violet #930BB1

Tints of Dark Violet #930BB1

Color information

#930BB1 (or 0x930BB1) is unknown color: approx Dark Violet. HEX triplet: 93, 0B and B1. RGB value is (147,11,177). Sum of RGB (Red+Green+Blue) = 147+11+177=335 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.88% from 335); Green value is 11 (4.69% from 255 or 3.28% from 335); Blue value is 177 (69.53% from 255 or 52.84% from 335); Max value from RGB is 177 - color contains mainly: blue. Hex color #930BB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930BB1 is #6CF44E. Grayscale: #464646. Windows color (decimal): -7140431 or 11602835. OLE color: 11602835.

HSL color Cylindrical-coordinate representation of color #930BB1: hue angle of 289.16º 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 #930BB1 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14711177-
CMYK0.170.9400.31
HSL289.16º88.3%36.86%-
HSV(B)289.16º93.79%69.41%-
XYZ20.099.6242.39-
YUV70.59188.06182.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.88%
GREEN value IS 11 (4.69% from 255) = 3.28%
BLUE value IS 177 (69.53% from 255) = 52.84%
R=43.88%
G=3.28%
B=52.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal147111770.170.9400.31289.1688.336.86
Hex93BB1115E01F1215825
Octal223132612113603744113045
Binary100100111011101100011000110111100111111001000011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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