#910DCA

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

Shades of Dark Violet #910DCA

Tints of Dark Violet #910DCA

Color information

#910DCA (or 0x910DCA) is unknown color: approx Dark Violet. HEX triplet: 91, 0D and CA. RGB value is (145,13,202). Sum of RGB (Red+Green+Blue) = 145+13+202=360 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.28% from 360); Green value is 13 (5.47% from 255 or 3.61% from 360); Blue value is 202 (79.30% from 255 or 56.11% from 360); Max value from RGB is 202 - color contains mainly: blue. Hex color #910DCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #910DCA is #6EF235. Grayscale: #494949. Windows color (decimal): -7270966 or 13241745. OLE color: 13241745.

HSL color Cylindrical-coordinate representation of color #910DCA: hue angle of 281.9º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910DCA is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14513202-
CMYK0.280.9400.21
HSL281.9º87.91%42.16%-
HSV(B)281.9º93.56%79.22%-
XYZ22.4810.5756.73-
YUV74.01200.23178.63-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.28%
GREEN value IS 13 (5.47% from 255) = 3.61%
BLUE value IS 202 (79.30% from 255) = 56.11%
R=40.28%
G=3.61%
B=56.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal145132020.280.9400.21281.987.9142.16
Hex91DCA1C5E01511a582a
Octal221153123413602543213052
Binary100100011101110010101110010111100101011000110101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910DCA; }

 p { color: rgb(145,13,202); }

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

<style>
 a { background-color: #910DCA; }

 a { background-color: rgb(145,13,202); }

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

<style>
 span { border-color: #910DCA; }

 span { border-color: rgb(145,13,202); }

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