Html Css Color HEX #911588 Dark Purple

📋 copy color: '#911588'

red 145 ◦ green 21 ◦ blue 136

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

Shades of Dark Purple #911588

Tints of Dark Purple #911588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 45.03%

R = 48.01%
G = 6.95%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#911588 (or 0x911588) is known color: Dark Purple. HEX triplet: 91, 15 and 88. RGB value is (145,21,136). Sum of RGB (Red+Green+Blue) = 145+21+136=302 (40% of max value = 765). Red value is 145 (57.03% from 255 or 48.01% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 145 - color contains mainly: red. Hex color #911588 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911588 is #6EEA77. Grayscale: #464646. Windows color (decimal): -7268984 or 8918417. OLE color: 8918417.

HSL color Cylindrical-coordinate representation of color #911588: hue angle of 304.35º 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 #911588 is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 21 136 -
CMYK 0 0.86 0.06 0.43
HSL 304.35º 0.75% 0.33% -
HSV(B) 304.35º 0.86% 0.57% -
XYZ 16.39 8.33 24.04 -
YUV 71.19 164.58 180.65 -
System Red Green Blue C M Y K H S L
Decimal 145 21 136 0 0.86 0.06 0.43 304.35 0.75 0.33
Hex 91 15 88 0 56 6 2B 130 4B 21
Octal 221 25 210 0 126 6 53 460 113 41
Binary 10010001 10101 10001000 0 1010110 110 101011 100110000 1001011 100001

Color Harmonies of #911588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911588

Black with #911588

Text Example


Text Example

White with #911588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911588; }

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

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

background-color css

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

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

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

border-color css

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

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

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