Html Css Color HEX #911988 Dark Purple

📋 copy color: '#911988'

red 145 ◦ green 25 ◦ blue 136

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

Shades of Dark Purple #911988

Tints of Dark Purple #911988

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.17%

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

R = 47.39%
G = 8.17%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#911988 (or 0x911988) is known color: Dark Purple. HEX triplet: 91, 19 and 88. RGB value is (145,25,136). Sum of RGB (Red+Green+Blue) = 145+25+136=306 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.39% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 145 - color contains mainly: red. Hex color #911988 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911988 is #6EE677. Grayscale: #494949. Windows color (decimal): -7267960 or 8919441. OLE color: 8919441.

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

Color convert

RGB 145 25 136 -
CMYK 0 0.83 0.06 0.43
HSL 304.5º 0.71% 0.33% -
HSV(B) 304.5º 0.83% 0.57% -
XYZ 16.47 8.49 24.06 -
YUV 73.53 163.26 178.97 -
System Red Green Blue C M Y K H S L
Decimal 145 25 136 0 0.83 0.06 0.43 304.5 0.71 0.33
Hex 91 19 88 0 53 6 2B 130 47 21
Octal 221 31 210 0 123 6 53 460 107 41
Binary 10010001 11001 10001000 0 1010011 110 101011 100110000 1000111 100001

Color Harmonies of #911988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911988

Black with #911988

Text Example


Text Example

White with #911988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911988; }

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

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

background-color css

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

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

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

border-color css

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

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

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