Html Css Color HEX #912577 Dark Purple

📋 copy color: '#912577'

red 145 ◦ green 37 ◦ blue 119

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

Shades of Dark Purple #912577

Tints of Dark Purple #912577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 39.53%

R = 48.17%
G = 12.29%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#912577 (or 0x912577) is known color: Dark Purple. HEX triplet: 91, 25 and 77. RGB value is (145,37,119). Sum of RGB (Red+Green+Blue) = 145+37+119=301 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.17% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 145 - color contains mainly: red. Hex color #912577 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912577 is #6EDA88. Grayscale: #4E4E4E. Windows color (decimal): -7264905 or 7808401. OLE color: 7808401.

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

Color convert

RGB 145 37 119 -
CMYK 0 0.74 0.18 0.43
HSL 314.44º 0.59% 0.36% -
HSV(B) 314.44º 0.74% 0.57% -
XYZ 15.67 8.67 18.3 -
YUV 78.64 150.78 175.33 -
System Red Green Blue C M Y K H S L
Decimal 145 37 119 0 0.74 0.18 0.43 314.44 0.59 0.36
Hex 91 25 77 0 4A 12 2B 13A 3B 24
Octal 221 45 167 0 112 22 53 472 73 44
Binary 10010001 100101 1110111 0 1001010 10010 101011 100111010 111011 100100

Color Harmonies of #912577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912577

Black with #912577

Text Example


Text Example

White with #912577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912577; }

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

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

background-color css

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

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

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

border-color css

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

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

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