Html Css Color HEX #913D84 Dark Purple

📋 copy color: '#913D84'

red 145 ◦ green 61 ◦ blue 132

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

Shades of Dark Purple #913D84

Tints of Dark Purple #913D84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 39.05%

R = 42.9%
G = 18.05%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#913D84 (or 0x913D84) is known color: Dark Purple. HEX triplet: 91, 3D and 84. RGB value is (145,61,132). Sum of RGB (Red+Green+Blue) = 145+61+132=338 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.90% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 132 (51.95% from 255 or 39.05% from 338); Max value from RGB is 145 - color contains mainly: red. Hex color #913D84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913D84 is #6EC27B. Grayscale: #5E5E5E. Windows color (decimal): -7258748 or 8666513. OLE color: 8666513.

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

Color convert

RGB 145 61 132 -
CMYK 0 0.58 0.09 0.43
HSL 309.29º 0.41% 0.4% -
HSV(B) 309.29º 0.58% 0.57% -
XYZ 17.51 11.02 23.03 -
YUV 94.21 149.33 164.23 -
System Red Green Blue C M Y K H S L
Decimal 145 61 132 0 0.58 0.09 0.43 309.29 0.41 0.4
Hex 91 3D 84 0 3A 9 2B 135 29 28
Octal 221 75 204 0 72 11 53 465 51 50
Binary 10010001 111101 10000100 0 111010 1001 101011 100110101 101001 101000

Color Harmonies of #913D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913D84

Black with #913D84

Text Example


Text Example

White with #913D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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