#91217B

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

Shades of Dark Purple #91217B

Tints of Dark Purple #91217B

Color information

#91217B (or 0x91217B) is unknown color: approx Dark Purple. HEX triplet: 91, 21 and 7B. RGB value is (145,33,123). Sum of RGB (Red+Green+Blue) = 145+33+123=301 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.17% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 145 - color contains mainly: red. Hex color #91217B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91217B is #6EDE84. Grayscale: #4C4C4C. Windows color (decimal): -7265925 or 8069521. OLE color: 8069521.

HSL color Cylindrical-coordinate representation of color #91217B: hue angle of 311.79º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #91217B is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB14533123-
CMYK00.770.150.43
HSL311.79º62.92%34.9%-
HSV(B)311.79º77.24%56.86%-
XYZ15.88.5419.55-
YUV76.75154.11176.68-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.17%
GREEN value IS 33 (13.28% from 255) = 10.96%
BLUE value IS 123 (48.44% from 255) = 40.86%
R=48.17%
G=10.96%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453312300.770.150.43311.7962.9234.9
Hex91217B04DF2B1383f23
Octal22141173011517534707743
Binary100100011000011111011010011011111101011100111000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91217B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91217B; }

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

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

<style>
 a { background-color: #91217B; }

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

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

<style>
 span { border-color: #91217B; }

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

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