Html Css Color HEX #91296F Dark Purple

📋 copy color: '#91296F'

red 145 ◦ green 41 ◦ blue 111

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

Shades of Dark Purple #91296F

Tints of Dark Purple #91296F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.8%

 BLUE value IS 111 (43.75% from 255) = 37.37%

R = 48.82%
G = 13.8%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#91296F (or 0x91296F) is known color: Dark Purple. HEX triplet: 91, 29 and 6F. RGB value is (145,41,111). Sum of RGB (Red+Green+Blue) = 145+41+111=297 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.82% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 145 - color contains mainly: red. Hex color #91296F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91296F is #6ED690. Grayscale: #4F4F4F. Windows color (decimal): -7263889 or 7285137. OLE color: 7285137.

HSL color Cylindrical-coordinate representation of color #91296F: hue angle of 319.62º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #91296F is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 41 111 -
CMYK 0 0.72 0.23 0.43
HSL 319.62º 0.56% 0.36% -
HSV(B) 319.62º 0.72% 0.57% -
XYZ 15.34 8.75 15.92 -
YUV 80.08 145.46 174.31 -
System Red Green Blue C M Y K H S L
Decimal 145 41 111 0 0.72 0.23 0.43 319.62 0.56 0.36
Hex 91 29 6F 0 48 17 2B 140 38 24
Octal 221 51 157 0 110 27 53 500 70 44
Binary 10010001 101001 1101111 0 1001000 10111 101011 101000000 111000 100100

Color Harmonies of #91296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91296F

Black with #91296F

Text Example


Text Example

White with #91296F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91296F; }

 p { color: rgb(145,41,111); }

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

background-color css

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

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

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

border-color css

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

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

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