Html Css Color HEX #91217E Dark Purple

📋 copy color: '#91217E'

red 145 ◦ green 33 ◦ blue 126

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

Shades of Dark Purple #91217E

Tints of Dark Purple #91217E

RGB

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

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

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

R = 47.7%
G = 10.86%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#91217E (or 0x91217E) is known color: Dark Purple. HEX triplet: 91, 21 and 7E. RGB value is (145,33,126). Sum of RGB (Red+Green+Blue) = 145+33+126=304 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.70% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 126 (49.61% from 255 or 41.45% from 304); Max value from RGB is 145 - color contains mainly: red. Hex color #91217E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91217E is #6EDE81. Grayscale: #4C4C4C. Windows color (decimal): -7265922 or 8266129. OLE color: 8266129.

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

Color convert

RGB 145 33 126 -
CMYK 0 0.77 0.13 0.43
HSL 310.18º 0.63% 0.35% -
HSV(B) 310.18º 0.77% 0.57% -
XYZ 15.99 8.61 20.56 -
YUV 77.09 155.61 176.44 -
System Red Green Blue C M Y K H S L
Decimal 145 33 126 0 0.77 0.13 0.43 310.18 0.63 0.35
Hex 91 21 7E 0 4D D 2B 136 3F 23
Octal 221 41 176 0 115 15 53 466 77 43
Binary 10010001 100001 1111110 0 1001101 1101 101011 100110110 111111 100011

Color Harmonies of #91217E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91217E

Black with #91217E

Text Example


Text Example

White with #91217E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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