Html Css Color HEX #91297E Dark Purple

📋 copy color: '#91297E'

red 145 ◦ green 41 ◦ blue 126

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

Shades of Dark Purple #91297E

Tints of Dark Purple #91297E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 40.38%

R = 46.47%
G = 13.14%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#91297E (or 0x91297E) is known color: Dark Purple. HEX triplet: 91, 29 and 7E. RGB value is (145,41,126). Sum of RGB (Red+Green+Blue) = 145+41+126=312 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.47% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 126 (49.61% from 255 or 40.38% from 312); Max value from RGB is 145 - color contains mainly: red. Hex color #91297E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91297E is #6ED681. Grayscale: #515151. Windows color (decimal): -7263874 or 8268177. OLE color: 8268177.

HSL color Cylindrical-coordinate representation of color #91297E: hue angle of 310.96º 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 #91297E is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 41 126 -
CMYK 0 0.72 0.13 0.43
HSL 310.96º 0.56% 0.36% -
HSV(B) 310.96º 0.72% 0.57% -
XYZ 16.24 9.11 20.64 -
YUV 81.79 152.96 173.09 -
System Red Green Blue C M Y K H S L
Decimal 145 41 126 0 0.72 0.13 0.43 310.96 0.56 0.36
Hex 91 29 7E 0 48 D 2B 137 38 24
Octal 221 51 176 0 110 15 53 467 70 44
Binary 10010001 101001 1111110 0 1001000 1101 101011 100110111 111000 100100

Color Harmonies of #91297E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91297E

Black with #91297E

Text Example


Text Example

White with #91297E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91297E; }

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

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

background-color css

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

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

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

border-color css

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

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

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