Html Css Color HEX #913F75 Dark Purple

📋 copy color: '#913F75'

red 145 ◦ green 63 ◦ blue 117

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

Shades of Dark Purple #913F75

Tints of Dark Purple #913F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36%

R = 44.62%
G = 19.38%
B = 36%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#913F75 (or 0x913F75) is known color: Dark Purple. HEX triplet: 91, 3F and 75. RGB value is (145,63,117). Sum of RGB (Red+Green+Blue) = 145+63+117=325 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.62% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 145 - color contains mainly: red. Hex color #913F75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913F75 is #6EC08A. Grayscale: #5D5D5D. Windows color (decimal): -7258251 or 7683985. OLE color: 7683985.

HSL color Cylindrical-coordinate representation of color #913F75: hue angle of 320.49º 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 #913F75 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 63 117 -
CMYK 0 0.57 0.19 0.43
HSL 320.49º 0.39% 0.41% -
HSV(B) 320.49º 0.57% 0.57% -
XYZ 16.67 10.86 18.05 -
YUV 93.67 141.17 164.61 -
System Red Green Blue C M Y K H S L
Decimal 145 63 117 0 0.57 0.19 0.43 320.49 0.39 0.41
Hex 91 3F 75 0 39 13 2B 140 27 29
Octal 221 77 165 0 71 23 53 500 47 51
Binary 10010001 111111 1110101 0 111001 10011 101011 101000000 100111 101001

Color Harmonies of #913F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913F75

Black with #913F75

Text Example


Text Example

White with #913F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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