#910C94

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

Shades of Dark Magenta #910C94

Tints of Dark Magenta #910C94

Color information

#910C94 (or 0x910C94) is unknown color: approx Dark Magenta. HEX triplet: 91, 0C and 94. RGB value is (145,12,148). Sum of RGB (Red+Green+Blue) = 145+12+148=305 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.54% from 305); Green value is 12 (5.08% from 255 or 3.93% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 148 - color contains mainly: blue. Hex color #910C94 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910C94 is #6EF36B. Grayscale: #424242. Windows color (decimal): -7271276 or 9702545. OLE color: 9702545.

HSL color Cylindrical-coordinate representation of color #910C94: hue angle of 298.68º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #910C94 is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14512148-
CMYK0.020.9200.42
HSL298.68º85%31.37%-
HSV(B)298.68º91.89%58.04%-
XYZ17.158.4228.74-
YUV67.27173.56183.44-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.54%
GREEN value IS 12 (5.08% from 255) = 3.93%
BLUE value IS 148 (58.20% from 255) = 48.52%
R=47.54%
G=3.93%
B=48.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal145121480.020.9200.42298.688531.37
Hex91C9425C02A12b551f
Octal22114224213405245312537
Binary100100011100100101001010111000101010100101011101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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