#930BDA

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

Shades of Dark Violet #930BDA

Tints of Dark Violet #930BDA

Color information

#930BDA (or 0x930BDA) is unknown color: approx Dark Violet. HEX triplet: 93, 0B and DA. RGB value is (147,11,218). Sum of RGB (Red+Green+Blue) = 147+11+218=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 11 (4.69% from 255 or 2.93% from 376); Blue value is 218 (85.55% from 255 or 57.98% from 376); Max value from RGB is 218 - color contains mainly: blue. Hex color #930BDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #930BDA is #6CF425. Grayscale: #4A4A4A. Windows color (decimal): -7140390 or 14289811. OLE color: 14289811.

HSL color Cylindrical-coordinate representation of color #930BDA: hue angle of 279.42º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #930BDA is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14711218-
CMYK0.330.9500.15
HSL279.42º90.39%44.9%-
HSV(B)279.42º94.95%85.49%-
XYZ24.8111.567.24-
YUV75.26208.56179.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.10%
GREEN value IS 11 (4.69% from 255) = 2.93%
BLUE value IS 218 (85.55% from 255) = 57.98%
R=39.10%
G=2.93%
B=57.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal147112180.330.9500.15279.4290.3944.9
Hex93BDA215F0F1175a2d
Octal223133324113701742713255
Binary100100111011110110101000011011111011111000101111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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