#930dc1

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

Shades of Dark Violet #930DC1

Tints of Dark Violet #930DC1

Color information

#930DC1 (or 0x930DC1) is unknown color: approx Dark Violet. HEX triplet: 93, 0D and C1. RGB value is (147,13,193). Sum of RGB (Red+Green+Blue) = 147+13+193=353 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.64% from 353); Green value is 13 (5.47% from 255 or 3.68% from 353); Blue value is 193 (75.78% from 255 or 54.67% from 353); Max value from RGB is 193 - color contains mainly: blue. Hex color #930DC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #930DC1 is #6CF23E. Grayscale: #494949. Windows color (decimal): -7139903 or 12651923. OLE color: 12651923.

HSL color Cylindrical-coordinate representation of color #930DC1: hue angle of 284.67º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #930DC1 is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14713193-
CMYK0.240.9300.24
HSL284.67º87.38%40.39%-
HSV(B)284.67º93.26%75.69%-
XYZ21.810.3451.3-
YUV73.59195.39180.36-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.64%
GREEN value IS 13 (5.47% from 255) = 3.68%
BLUE value IS 193 (75.78% from 255) = 54.67%
R=41.64%
G=3.68%
B=54.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal147131930.240.9300.24284.6787.3840.39
Hex93DC1185D01811d5728
Octal223153013013503043512750
Binary100100111101110000011100010111010110001000111011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930dc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,13,193); }

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

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

 a { background-color: rgb(147,13,193); }

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

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

 span { border-color: rgb(147,13,193); }

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