Html Css Color HEX #913E7D Dark Purple

📋 copy color: '#913E7D'

red 145 ◦ green 62 ◦ blue 125

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

Shades of Dark Purple #913E7D

Tints of Dark Purple #913E7D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.67%

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

R = 43.67%
G = 18.67%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#913E7D (or 0x913E7D) is known color: Dark Purple. HEX triplet: 91, 3E and 7D. RGB value is (145,62,125). Sum of RGB (Red+Green+Blue) = 145+62+125=332 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.67% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 145 - color contains mainly: red. Hex color #913E7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913E7D is #6EC182. Grayscale: #5D5D5D. Windows color (decimal): -7258499 or 8208017. OLE color: 8208017.

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

Color convert

RGB 145 62 125 -
CMYK 0 0.57 0.14 0.43
HSL 314.46º 0.4% 0.41% -
HSV(B) 314.46º 0.57% 0.57% -
XYZ 17.1 10.95 20.61 -
YUV 94 145.5 164.38 -
System Red Green Blue C M Y K H S L
Decimal 145 62 125 0 0.57 0.14 0.43 314.46 0.4 0.41
Hex 91 3E 7D 0 39 E 2B 13A 28 29
Octal 221 76 175 0 71 16 53 472 50 51
Binary 10010001 111110 1111101 0 111001 1110 101011 100111010 101000 101001

Color Harmonies of #913E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913E7D

Black with #913E7D

Text Example


Text Example

White with #913E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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