#910C75

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

Shades of Dark Purple #910C75

Tints of Dark Purple #910C75

Color information

#910C75 (or 0x910C75) is unknown color: approx Dark Purple. HEX triplet: 91, 0C and 75. RGB value is (145,12,117). Sum of RGB (Red+Green+Blue) = 145+12+117=274 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.92% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 145 - color contains mainly: red. Hex color #910C75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910C75 is #6EF38A. Grayscale: #3F3F3F. Windows color (decimal): -7271307 or 7670929. OLE color: 7670929.

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

Color convert

RGB14512117-
CMYK00.920.190.43
HSL312.63º84.71%30.78%-
HSV(B)312.63º91.72%56.86%-
XYZ15.027.5717.5-
YUV63.74158.06185.96-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.92%
GREEN value IS 12 (5.08% from 255) = 4.38%
BLUE value IS 117 (46.09% from 255) = 42.70%
R=52.92%
G=4.38%
B=42.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451211700.920.190.43312.6384.7130.78
Hex91C7505C132B139551f
Octal221141650134235347112537
Binary10010001110011101010101110010011101011100111001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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