Html Css Color HEX #913A84 Dark Purple

📋 copy color: '#913A84'

red 145 ◦ green 58 ◦ blue 132

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

Shades of Dark Purple #913A84

Tints of Dark Purple #913A84

RGB

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

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

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

R = 43.28%
G = 17.31%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#913A84 (or 0x913A84) is known color: Dark Purple. HEX triplet: 91, 3A and 84. RGB value is (145,58,132). Sum of RGB (Red+Green+Blue) = 145+58+132=335 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.28% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 145 - color contains mainly: red. Hex color #913A84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913A84 is #6EC57B. Grayscale: #5C5C5C. Windows color (decimal): -7259516 or 8665745. OLE color: 8665745.

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

Color convert

RGB 145 58 132 -
CMYK 0 0.6 0.09 0.43
HSL 308.97º 0.43% 0.4% -
HSV(B) 308.97º 0.6% 0.57% -
XYZ 17.35 10.71 22.98 -
YUV 92.45 150.32 165.48 -
System Red Green Blue C M Y K H S L
Decimal 145 58 132 0 0.6 0.09 0.43 308.97 0.43 0.4
Hex 91 3A 84 0 3C 9 2B 135 2B 28
Octal 221 72 204 0 74 11 53 465 53 50
Binary 10010001 111010 10000100 0 111100 1001 101011 100110101 101011 101000

Color Harmonies of #913A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913A84

Black with #913A84

Text Example


Text Example

White with #913A84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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