Html Css Color HEX #91277D Dark Purple

📋 copy color: '#91277D'

red 145 ◦ green 39 ◦ blue 125

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

Shades of Dark Purple #91277D

Tints of Dark Purple #91277D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.62%

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

R = 46.93%
G = 12.62%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#91277D (or 0x91277D) is known color: Dark Purple. HEX triplet: 91, 27 and 7D. RGB value is (145,39,125). Sum of RGB (Red+Green+Blue) = 145+39+125=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 145 - color contains mainly: red. Hex color #91277D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91277D is #6ED882. Grayscale: #505050. Windows color (decimal): -7264387 or 8202129. OLE color: 8202129.

HSL color Cylindrical-coordinate representation of color #91277D: hue angle of 311.32º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #91277D is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 39 125 -
CMYK 0 0.73 0.14 0.43
HSL 311.32º 0.58% 0.36% -
HSV(B) 311.32º 0.73% 0.57% -
XYZ 16.1 8.95 20.28 -
YUV 80.5 153.12 174.01 -
System Red Green Blue C M Y K H S L
Decimal 145 39 125 0 0.73 0.14 0.43 311.32 0.58 0.36
Hex 91 27 7D 0 49 E 2B 137 3A 24
Octal 221 47 175 0 111 16 53 467 72 44
Binary 10010001 100111 1111101 0 1001001 1110 101011 100110111 111010 100100

Color Harmonies of #91277D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91277D

Black with #91277D

Text Example


Text Example

White with #91277D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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