Html Css Color HEX #91257D Dark Purple

📋 copy color: '#91257D'

red 145 ◦ green 37 ◦ blue 125

#91257D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #91257D

Tints of Dark Purple #91257D

RGB

 RED value IS 145 (57.03% from 255) = 47.23%

 GREEN value IS 37 (14.84% from 255) = 12.05%

 BLUE value IS 125 (49.22% from 255) = 40.72%

R = 47.23%
G = 12.05%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#91257D (or 0x91257D) is known color: Dark Purple. HEX triplet: 91, 25 and 7D. RGB value is (145,37,125). Sum of RGB (Red+Green+Blue) = 145+37+125=307 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.23% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 145 - color contains mainly: red. Hex color #91257D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91257D is #6EDA82. Grayscale: #4F4F4F. Windows color (decimal): -7264899 or 8201617. OLE color: 8201617.

HSL color Cylindrical-coordinate representation of color #91257D: hue angle of 311.11º 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 #91257D is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 37 125 -
CMYK 0 0.74 0.14 0.43
HSL 311.11º 0.59% 0.36% -
HSV(B) 311.11º 0.74% 0.57% -
XYZ 16.04 8.82 20.26 -
YUV 79.32 153.78 174.84 -
System Red Green Blue C M Y K H S L
Decimal 145 37 125 0 0.74 0.14 0.43 311.11 0.59 0.36
Hex 91 25 7D 0 4A E 2B 137 3B 24
Octal 221 45 175 0 112 16 53 467 73 44
Binary 10010001 100101 1111101 0 1001010 1110 101011 100110111 111011 100100

Color Harmonies of #91257D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91257D

Black with #91257D

Text Example


Text Example

White with #91257D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91257D; }

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

 H1.HeaderClassName
 {
   color: #91257D;
 }
 .AnyTagClassName
 {
   color: #91257D;
 }
</style>

background-color css

<style>
 a { background-color: #91257D; }

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

 div.DivClassName
 {
   background-color: #91257D;
 }
 .BgClassName
 {
   background-color: #91257D;
 }
</style>

border-color css

<style>
 span { border-color: #91257D; }

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

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