#910AC5

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

Shades of Dark Violet #910AC5

Tints of Dark Violet #910AC5

Color information

#910AC5 (or 0x910AC5) is unknown color: approx Dark Violet. HEX triplet: 91, 0A and C5. RGB value is (145,10,197). Sum of RGB (Red+Green+Blue) = 145+10+197=352 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.19% from 352); Green value is 10 (4.30% from 255 or 2.84% from 352); Blue value is 197 (77.34% from 255 or 55.97% from 352); Max value from RGB is 197 - color contains mainly: blue. Hex color #910AC5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #910AC5 is #6EF53A. Grayscale: #474747. Windows color (decimal): -7271739 or 12913297. OLE color: 12913297.

HSL color Cylindrical-coordinate representation of color #910AC5: hue angle of 283.32º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #910AC5 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB14510197-
CMYK0.260.9500.23
HSL283.32º90.34%40.59%-
HSV(B)283.32º94.92%77.25%-
XYZ21.8610.2753.65-
YUV71.68198.73180.29-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.19%
GREEN value IS 10 (4.30% from 255) = 2.84%
BLUE value IS 197 (77.34% from 255) = 55.97%
R=41.19%
G=2.84%
B=55.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal145101970.260.9500.23283.3290.3440.59
Hex91AC51A5F01711b5a29
Octal221123053213702743313251
Binary100100011010110001011101010111110101111000110111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,10,197); }

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

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

 a { background-color: rgb(145,10,197); }

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

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

 span { border-color: rgb(145,10,197); }

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