Html Css Color HEX #912191 Dark Purple

📋 copy color: '#912191'

red 145 ◦ green 33 ◦ blue 145

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

Shades of Dark Purple #912191

Tints of Dark Purple #912191

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.22%

 BLUE value IS 145 (57.03% from 255) = 44.89%

R = 44.89%
G = 10.22%
B = 44.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#912191 (or 0x912191) is known color: Dark Purple. HEX triplet: 91, 21 and 91. RGB value is (145,33,145). Sum of RGB (Red+Green+Blue) = 145+33+145=323 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.89% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 145 (57.03% from 255 or 44.89% from 323); Max value from RGB is 145 - color contains mainly: red, blue. Hex color #912191 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912191 is #6EDE6E. Grayscale: #4E4E4E. Windows color (decimal): -7265903 or 9511313. OLE color: 9511313.

HSL color Cylindrical-coordinate representation of color #912191: hue angle of 300º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #912191 is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 33 145 -
CMYK 0 0.77 0 0.43
HSL 300º 0.63% 0.35% -
HSV(B) 300º 0.77% 0.57% -
XYZ 17.33 9.15 27.64 -
YUV 79.26 165.11 174.89 -
System Red Green Blue C M Y K H S L
Decimal 145 33 145 0 0.77 0 0.43 300 0.63 0.35
Hex 91 21 91 0 4D 0 2B 12C 3F 23
Octal 221 41 221 0 115 0 53 454 77 43
Binary 10010001 100001 10010001 0 1001101 0 101011 100101100 111111 100011

Color Harmonies of #912191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912191

Black with #912191

Text Example


Text Example

White with #912191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912191; }

 p { color: rgb(145,33,145); }

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

background-color css

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

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

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

border-color css

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

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

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