Html Css Color HEX #91237F Dark Purple

📋 copy color: '#91237F'

red 145 ◦ green 35 ◦ blue 127

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

Shades of Dark Purple #91237F

Tints of Dark Purple #91237F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.37%

R = 47.23%
G = 11.4%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#91237F (or 0x91237F) is known color: Dark Purple. HEX triplet: 91, 23 and 7F. RGB value is (145,35,127). Sum of RGB (Red+Green+Blue) = 145+35+127=307 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.23% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 145 - color contains mainly: red. Hex color #91237F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91237F is #6EDC80. Grayscale: #4E4E4E. Windows color (decimal): -7265409 or 8332177. OLE color: 8332177.

HSL color Cylindrical-coordinate representation of color #91237F: hue angle of 309.82º 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 #91237F is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 35 127 -
CMYK 0 0.76 0.12 0.43
HSL 309.82º 0.61% 0.35% -
HSV(B) 309.82º 0.76% 0.57% -
XYZ 16.11 8.75 20.92 -
YUV 78.38 155.44 175.52 -
System Red Green Blue C M Y K H S L
Decimal 145 35 127 0 0.76 0.12 0.43 309.82 0.61 0.35
Hex 91 23 7F 0 4C C 2B 136 3D 23
Octal 221 43 177 0 114 14 53 466 75 43
Binary 10010001 100011 1111111 0 1001100 1100 101011 100110110 111101 100011

Color Harmonies of #91237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91237F

Black with #91237F

Text Example


Text Example

White with #91237F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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