Html Css Color HEX #913D77 Dark Purple

📋 copy color: '#913D77'

red 145 ◦ green 61 ◦ blue 119

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

Shades of Dark Purple #913D77

Tints of Dark Purple #913D77

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.77%

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

R = 44.62%
G = 18.77%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#913D77 (or 0x913D77) is known color: Dark Purple. HEX triplet: 91, 3D and 77. RGB value is (145,61,119). Sum of RGB (Red+Green+Blue) = 145+61+119=325 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.62% from 325); Green value is 61 (24.22% from 255 or 18.77% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 145 - color contains mainly: red. Hex color #913D77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913D77 is #6EC288. Grayscale: #5C5C5C. Windows color (decimal): -7258761 or 7814545. OLE color: 7814545.

HSL color Cylindrical-coordinate representation of color #913D77: hue angle of 318.57º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #913D77 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 61 119 -
CMYK 0 0.58 0.18 0.43
HSL 318.57º 0.41% 0.4% -
HSV(B) 318.57º 0.58% 0.57% -
XYZ 16.68 10.69 18.64 -
YUV 92.73 142.83 165.28 -
System Red Green Blue C M Y K H S L
Decimal 145 61 119 0 0.58 0.18 0.43 318.57 0.41 0.4
Hex 91 3D 77 0 3A 12 2B 13F 29 28
Octal 221 75 167 0 72 22 53 477 51 50
Binary 10010001 111101 1110111 0 111010 10010 101011 100111111 101001 101000

Color Harmonies of #913D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913D77

Black with #913D77

Text Example


Text Example

White with #913D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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