Html Css Color HEX #913D85 Dark Purple

📋 copy color: '#913D85'

red 145 ◦ green 61 ◦ blue 133

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

Shades of Dark Purple #913D85

Tints of Dark Purple #913D85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 39.23%

R = 42.77%
G = 17.99%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#913D85 (or 0x913D85) is known color: Dark Purple. HEX triplet: 91, 3D and 85. RGB value is (145,61,133). Sum of RGB (Red+Green+Blue) = 145+61+133=339 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.77% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 145 - color contains mainly: red. Hex color #913D85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913D85 is #6EC27A. Grayscale: #5E5E5E. Windows color (decimal): -7258747 or 8732049. OLE color: 8732049.

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

Color convert

RGB 145 61 133 -
CMYK 0 0.58 0.08 0.43
HSL 308.57º 0.41% 0.4% -
HSV(B) 308.57º 0.58% 0.57% -
XYZ 17.58 11.05 23.4 -
YUV 94.32 149.83 164.15 -
System Red Green Blue C M Y K H S L
Decimal 145 61 133 0 0.58 0.08 0.43 308.57 0.41 0.4
Hex 91 3D 85 0 3A 8 2B 135 29 28
Octal 221 75 205 0 72 10 53 465 51 50
Binary 10010001 111101 10000101 0 111010 1000 101011 100110101 101001 101000

Color Harmonies of #913D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913D85

Black with #913D85

Text Example


Text Example

White with #913D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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