Html Css Color HEX #913F77 Dark Purple

📋 copy color: '#913F77'

red 145 ◦ green 63 ◦ blue 119

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

Shades of Dark Purple #913F77

Tints of Dark Purple #913F77

RGB

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

 GREEN value IS 63 (25% from 255) = 19.27%

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

R = 44.34%
G = 19.27%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#913F77 (or 0x913F77) is known color: Dark Purple. HEX triplet: 91, 3F and 77. RGB value is (145,63,119). Sum of RGB (Red+Green+Blue) = 145+63+119=327 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.34% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 119 (46.88% from 255 or 36.39% from 327); Max value from RGB is 145 - color contains mainly: red. Hex color #913F77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913F77 is #6EC088. Grayscale: #5D5D5D. Windows color (decimal): -7258249 or 7815057. OLE color: 7815057.

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

Color convert

RGB 145 63 119 -
CMYK 0 0.57 0.18 0.43
HSL 319.02º 0.39% 0.41% -
HSV(B) 319.02º 0.57% 0.57% -
XYZ 16.78 10.91 18.67 -
YUV 93.9 142.17 164.45 -
System Red Green Blue C M Y K H S L
Decimal 145 63 119 0 0.57 0.18 0.43 319.02 0.39 0.41
Hex 91 3F 77 0 39 12 2B 13F 27 29
Octal 221 77 167 0 71 22 53 477 47 51
Binary 10010001 111111 1110111 0 111001 10010 101011 100111111 100111 101001

Color Harmonies of #913F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913F77

Black with #913F77

Text Example


Text Example

White with #913F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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