Html Css Color HEX #91307D Dark Purple

📋 copy color: '#91307D'

red 145 ◦ green 48 ◦ blue 125

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

Shades of Dark Purple #91307D

Tints of Dark Purple #91307D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.09%

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

R = 45.6%
G = 15.09%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#91307D (or 0x91307D) is known color: Dark Purple. HEX triplet: 91, 30 and 7D. RGB value is (145,48,125). Sum of RGB (Red+Green+Blue) = 145+48+125=318 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.60% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 145 - color contains mainly: red. Hex color #91307D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91307D is #6ECF82. Grayscale: #555555. Windows color (decimal): -7262083 or 8204433. OLE color: 8204433.

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

Color convert

RGB 145 48 125 -
CMYK 0 0.67 0.14 0.43
HSL 312.37º 0.5% 0.38% -
HSV(B) 312.37º 0.67% 0.57% -
XYZ 16.44 9.61 20.39 -
YUV 85.78 150.14 170.24 -
System Red Green Blue C M Y K H S L
Decimal 145 48 125 0 0.67 0.14 0.43 312.37 0.5 0.38
Hex 91 30 7D 0 43 E 2B 138 32 26
Octal 221 60 175 0 103 16 53 470 62 46
Binary 10010001 110000 1111101 0 1000011 1110 101011 100111000 110010 100110

Color Harmonies of #91307D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91307D

Black with #91307D

Text Example


Text Example

White with #91307D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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