Html Css Color HEX #913D82 Dark Purple

📋 copy color: '#913D82'

red 145 ◦ green 61 ◦ blue 130

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

Shades of Dark Purple #913D82

Tints of Dark Purple #913D82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 38.69%

R = 43.15%
G = 18.15%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#913D82 (or 0x913D82) is known color: Dark Purple. HEX triplet: 91, 3D and 82. RGB value is (145,61,130). Sum of RGB (Red+Green+Blue) = 145+61+130=336 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.15% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 145 - color contains mainly: red. Hex color #913D82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913D82 is #6EC27D. Grayscale: #5D5D5D. Windows color (decimal): -7258750 or 8535441. OLE color: 8535441.

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

Color convert

RGB 145 61 130 -
CMYK 0 0.58 0.10 0.43
HSL 310.71º 0.41% 0.4% -
HSV(B) 310.71º 0.58% 0.57% -
XYZ 17.38 10.97 22.32 -
YUV 93.98 148.33 164.39 -
System Red Green Blue C M Y K H S L
Decimal 145 61 130 0 0.58 0.10 0.43 310.71 0.41 0.4
Hex 91 3D 82 0 3A A 2B 137 29 28
Octal 221 75 202 0 72 12 53 467 51 50
Binary 10010001 111101 10000010 0 111010 1010 101011 100110111 101001 101000

Color Harmonies of #913D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913D82

Black with #913D82

Text Example


Text Example

White with #913D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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