Html Css Color HEX #913A7C Dark Purple

📋 copy color: '#913A7C'

red 145 ◦ green 58 ◦ blue 124

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

Shades of Dark Purple #913A7C

Tints of Dark Purple #913A7C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.74%

 BLUE value IS 124 (48.83% from 255) = 37.92%

R = 44.34%
G = 17.74%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#913A7C (or 0x913A7C) is known color: Dark Purple. HEX triplet: 91, 3A and 7C. RGB value is (145,58,124). Sum of RGB (Red+Green+Blue) = 145+58+124=327 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.34% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 145 - color contains mainly: red. Hex color #913A7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913A7C is #6EC583. Grayscale: #5B5B5B. Windows color (decimal): -7259524 or 8141457. OLE color: 8141457.

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

Color convert

RGB 145 58 124 -
CMYK 0 0.6 0.14 0.43
HSL 314.48º 0.43% 0.4% -
HSV(B) 314.48º 0.6% 0.57% -
XYZ 16.83 10.5 20.21 -
YUV 91.54 146.32 166.13 -
System Red Green Blue C M Y K H S L
Decimal 145 58 124 0 0.6 0.14 0.43 314.48 0.43 0.4
Hex 91 3A 7C 0 3C E 2B 13A 2B 28
Octal 221 72 174 0 74 16 53 472 53 50
Binary 10010001 111010 1111100 0 111100 1110 101011 100111010 101011 101000

Color Harmonies of #913A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913A7C

Black with #913A7C

Text Example


Text Example

White with #913A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,58,124); }

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

background-color css

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

 a { background-color: rgb(145,58,124); }

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

border-color css

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

 span { border-color: rgb(145,58,124); }

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