#930BDC

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

Shades of Dark Violet #930BDC

Tints of Dark Violet #930BDC

Color information

#930BDC (or 0x930BDC) is unknown color: approx Dark Violet. HEX triplet: 93, 0B and DC. RGB value is (147,11,220). Sum of RGB (Red+Green+Blue) = 147+11+220=378 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.89% from 378); Green value is 11 (4.69% from 255 or 2.91% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #930BDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #930BDC is #6CF423. Grayscale: #4A4A4A. Windows color (decimal): -7140388 or 14420883. OLE color: 14420883.

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

Color convert

RGB14711220-
CMYK0.330.9500.14
HSL279.04º90.48%45.29%-
HSV(B)279.04º95%86.27%-
XYZ25.0711.6168.63-
YUV75.49209.56179.01-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.89%
GREEN value IS 11 (4.69% from 255) = 2.91%
BLUE value IS 220 (86.33% from 255) = 58.20%
R=38.89%
G=2.91%
B=58.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal147112200.330.9500.14279.0490.4845.29
Hex93BDC215F0E1175a2d
Octal223133344113701642713255
Binary100100111011110111001000011011111011101000101111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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