#91256F

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

Shades of Dark Purple #91256F

Tints of Dark Purple #91256F

Color information

#91256F (or 0x91256F) is unknown color: approx Dark Purple. HEX triplet: 91, 25 and 6F. RGB value is (145,37,111). Sum of RGB (Red+Green+Blue) = 145+37+111=293 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.49% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 111 (43.75% from 255 or 37.88% from 293); Max value from RGB is 145 - color contains mainly: red. Hex color #91256F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91256F is #6EDA90. Grayscale: #4D4D4D. Windows color (decimal): -7264913 or 7284113. OLE color: 7284113.

HSL color Cylindrical-coordinate representation of color #91256F: hue angle of 318.89º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #91256F is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB14537111-
CMYK00.740.230.43
HSL318.89º59.34%35.69%-
HSV(B)318.89º74.48%56.86%-
XYZ15.218.4915.88-
YUV77.73146.78175.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 49.49%
GREEN value IS 37 (14.84% from 255) = 12.63%
BLUE value IS 111 (43.75% from 255) = 37.88%
R=49.49%
G=12.63%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453711100.740.230.43318.8959.3435.69
Hex91256F04A172B13f3b24
Octal22145157011227534777344
Binary1001000110010111011110100101010111101011100111111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91256F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91256F; }

 p { color: rgb(145,37,111); }

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

<style>
 a { background-color: #91256F; }

 a { background-color: rgb(145,37,111); }

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

<style>
 span { border-color: #91256F; }

 span { border-color: rgb(145,37,111); }

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