#910D7B

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

Shades of Dark Purple #910D7B

Tints of Dark Purple #910D7B

Color information

#910D7B (or 0x910D7B) is unknown color: approx Dark Purple. HEX triplet: 91, 0D and 7B. RGB value is (145,13,123). Sum of RGB (Red+Green+Blue) = 145+13+123=281 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.60% from 281); Green value is 13 (5.47% from 255 or 4.63% from 281); Blue value is 123 (48.44% from 255 or 43.77% from 281); Max value from RGB is 145 - color contains mainly: red. Hex color #910D7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910D7B is #6EF284. Grayscale: #404040. Windows color (decimal): -7271045 or 8064401. OLE color: 8064401.

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

Color convert

RGB14513123-
CMYK00.910.150.43
HSL310º83.54%30.98%-
HSV(B)310º91.03%56.86%-
XYZ15.47.7419.42-
YUV65.01160.73185.06-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.60%
GREEN value IS 13 (5.47% from 255) = 4.63%
BLUE value IS 123 (48.44% from 255) = 43.77%
R=51.60%
G=4.63%
B=43.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451312300.910.150.4331083.5430.98
Hex91D7B05BF2B136541f
Octal221151730133175346612437
Binary1001000111011111011010110111111101011100110110101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,13,123); }

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

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

 a { background-color: rgb(145,13,123); }

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

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

 span { border-color: rgb(145,13,123); }

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