Html Css Color HEX #91367D Dark Purple

📋 copy color: '#91367D'

red 145 ◦ green 54 ◦ blue 125

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

Shades of Dark Purple #91367D

Tints of Dark Purple #91367D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.67%

 BLUE value IS 125 (49.22% from 255) = 38.58%

R = 44.75%
G = 16.67%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#91367D (or 0x91367D) is known color: Dark Purple. HEX triplet: 91, 36 and 7D. RGB value is (145,54,125). Sum of RGB (Red+Green+Blue) = 145+54+125=324 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.75% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 145 - color contains mainly: red. Hex color #91367D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91367D is #6EC982. Grayscale: #595959. Windows color (decimal): -7260547 or 8205969. OLE color: 8205969.

HSL color Cylindrical-coordinate representation of color #91367D: hue angle of 313.19º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #91367D is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 54 125 -
CMYK 0 0.63 0.14 0.43
HSL 313.19º 0.46% 0.39% -
HSV(B) 313.19º 0.63% 0.57% -
XYZ 16.7 10.14 20.48 -
YUV 89.3 148.15 167.73 -
System Red Green Blue C M Y K H S L
Decimal 145 54 125 0 0.63 0.14 0.43 313.19 0.46 0.39
Hex 91 36 7D 0 3F E 2B 139 2E 27
Octal 221 66 175 0 77 16 53 471 56 47
Binary 10010001 110110 1111101 0 111111 1110 101011 100111001 101110 100111

Color Harmonies of #91367D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91367D

Black with #91367D

Text Example


Text Example

White with #91367D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91367D; }

 p { color: rgb(145,54,125); }

 H1.HeaderClassName
 {
   color: #91367D;
 }
 .AnyTagClassName
 {
   color: #91367D;
 }
</style>

background-color css

<style>
 a { background-color: #91367D; }

 a { background-color: rgb(145,54,125); }

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

border-color css

<style>
 span { border-color: #91367D; }

 span { border-color: rgb(145,54,125); }

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