#910C7A

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

Shades of Dark Purple #910C7A

Tints of Dark Purple #910C7A

Color information

#910C7A (or 0x910C7A) is unknown color: approx Dark Purple. HEX triplet: 91, 0C and 7A. RGB value is (145,12,122). Sum of RGB (Red+Green+Blue) = 145+12+122=279 (36% of max value = 765). Red value is 145 (57.03% from 255 or 51.97% from 279); Green value is 12 (5.08% from 255 or 4.30% from 279); Blue value is 122 (48.05% from 255 or 43.73% from 279); Max value from RGB is 145 - color contains mainly: red. Hex color #910C7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910C7A is #6EF385. Grayscale: #404040. Windows color (decimal): -7271302 or 7998609. OLE color: 7998609.

HSL color Cylindrical-coordinate representation of color #910C7A: hue angle of 310.38º 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 #910C7A is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB14512122-
CMYK00.920.160.43
HSL310.38º84.71%30.78%-
HSV(B)310.38º91.72%56.86%-
XYZ15.327.6919.09-
YUV64.31160.56185.56-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.97%
GREEN value IS 12 (5.08% from 255) = 4.30%
BLUE value IS 122 (48.05% from 255) = 43.73%
R=51.97%
G=4.30%
B=43.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451212200.920.160.43310.3884.7130.78
Hex91C7A05C102B136551f
Octal221141720134205346612537
Binary10010001110011110100101110010000101011100110110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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