Html Css Color HEX #911584 Dark Purple

📋 copy color: '#911584'

red 145 ◦ green 21 ◦ blue 132

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

Shades of Dark Purple #911584

Tints of Dark Purple #911584

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.05%

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

R = 48.66%
G = 7.05%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#911584 (or 0x911584) is known color: Dark Purple. HEX triplet: 91, 15 and 84. RGB value is (145,21,132). Sum of RGB (Red+Green+Blue) = 145+21+132=298 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.66% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 145 - color contains mainly: red. Hex color #911584 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911584 is #6EEA7B. Grayscale: #464646. Windows color (decimal): -7268988 or 8656273. OLE color: 8656273.

HSL color Cylindrical-coordinate representation of color #911584: hue angle of 306.29º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #911584 is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 21 132 -
CMYK 0 0.86 0.09 0.43
HSL 306.29º 0.75% 0.33% -
HSV(B) 306.29º 0.86% 0.57% -
XYZ 16.11 8.22 22.57 -
YUV 70.73 162.58 180.97 -
System Red Green Blue C M Y K H S L
Decimal 145 21 132 0 0.86 0.09 0.43 306.29 0.75 0.33
Hex 91 15 84 0 56 9 2B 132 4B 21
Octal 221 25 204 0 126 11 53 462 113 41
Binary 10010001 10101 10000100 0 1010110 1001 101011 100110010 1001011 100001

Color Harmonies of #911584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911584

Black with #911584

Text Example


Text Example

White with #911584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911584; }

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

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

background-color css

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

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

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

border-color css

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

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

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