Html Css Color HEX #91237E Dark Purple

📋 copy color: '#91237E'

red 145 ◦ green 35 ◦ blue 126

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

Shades of Dark Purple #91237E

Tints of Dark Purple #91237E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.44%

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

R = 47.39%
G = 11.44%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#91237E (or 0x91237E) is known color: Dark Purple. HEX triplet: 91, 23 and 7E. RGB value is (145,35,126). Sum of RGB (Red+Green+Blue) = 145+35+126=306 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.39% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 126 (49.61% from 255 or 41.18% from 306); Max value from RGB is 145 - color contains mainly: red. Hex color #91237E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91237E is #6EDC81. Grayscale: #4E4E4E. Windows color (decimal): -7265410 or 8266641. OLE color: 8266641.

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

Color convert

RGB 145 35 126 -
CMYK 0 0.76 0.13 0.43
HSL 310.36º 0.61% 0.35% -
HSV(B) 310.36º 0.76% 0.57% -
XYZ 16.04 8.73 20.58 -
YUV 78.26 154.94 175.6 -
System Red Green Blue C M Y K H S L
Decimal 145 35 126 0 0.76 0.13 0.43 310.36 0.61 0.35
Hex 91 23 7E 0 4C D 2B 136 3D 23
Octal 221 43 176 0 114 15 53 466 75 43
Binary 10010001 100011 1111110 0 1001100 1101 101011 100110110 111101 100011

Color Harmonies of #91237E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91237E

Black with #91237E

Text Example


Text Example

White with #91237E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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