#910CB2

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

Shades of Dark Violet #910CB2

Tints of Dark Violet #910CB2

Color information

#910CB2 (or 0x910CB2) is unknown color: approx Dark Violet. HEX triplet: 91, 0C and B2. RGB value is (145,12,178). Sum of RGB (Red+Green+Blue) = 145+12+178=335 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.28% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 178 (69.92% from 255 or 53.13% from 335); Max value from RGB is 178 - color contains mainly: blue. Hex color #910CB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910CB2 is #6EF34D. Grayscale: #464646. Windows color (decimal): -7271246 or 11668625. OLE color: 11668625.

HSL color Cylindrical-coordinate representation of color #910CB2: hue angle of 288.07º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #910CB2 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14512178-
CMYK0.190.9300.30
HSL288.07º87.37%37.25%-
HSV(B)288.07º93.26%69.8%-
XYZ19.849.542.91-
YUV70.69188.56181-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.28%
GREEN value IS 12 (5.08% from 255) = 3.58%
BLUE value IS 178 (69.92% from 255) = 53.13%
R=43.28%
G=3.58%
B=53.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal145121780.190.9300.30288.0787.3737.25
Hex91CB2135D01E1205725
Octal221142622313503644012745
Binary100100011100101100101001110111010111101001000001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,12,178); }

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

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

 a { background-color: rgb(145,12,178); }

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

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

 span { border-color: rgb(145,12,178); }

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