Html Css Color HEX #91177B Dark Purple

📋 copy color: '#91177B'

red 145 ◦ green 23 ◦ blue 123

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

Shades of Dark Purple #91177B

Tints of Dark Purple #91177B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.9%

 BLUE value IS 123 (48.44% from 255) = 42.27%

R = 49.83%
G = 7.9%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#91177B (or 0x91177B) is known color: Dark Purple. HEX triplet: 91, 17 and 7B. RGB value is (145,23,123). Sum of RGB (Red+Green+Blue) = 145+23+123=291 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.83% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 123 (48.44% from 255 or 42.27% from 291); Max value from RGB is 145 - color contains mainly: red. Hex color #91177B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91177B is #6EE884. Grayscale: #464646. Windows color (decimal): -7268485 or 8066961. OLE color: 8066961.

HSL color Cylindrical-coordinate representation of color #91177B: hue angle of 310.82º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #91177B is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 23 123 -
CMYK 0 0.84 0.15 0.43
HSL 310.82º 0.73% 0.33% -
HSV(B) 310.82º 0.84% 0.57% -
XYZ 15.56 8.06 19.48 -
YUV 70.88 157.42 180.87 -
System Red Green Blue C M Y K H S L
Decimal 145 23 123 0 0.84 0.15 0.43 310.82 0.73 0.33
Hex 91 17 7B 0 54 F 2B 137 49 21
Octal 221 27 173 0 124 17 53 467 111 41
Binary 10010001 10111 1111011 0 1010100 1111 101011 100110111 1001001 100001

Color Harmonies of #91177B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91177B

Black with #91177B

Text Example


Text Example

White with #91177B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91177B; }

 p { color: rgb(145,23,123); }

 H1.HeaderClassName
 {
   color: #91177B;
 }
 .AnyTagClassName
 {
   color: #91177B;
 }
</style>

background-color css

<style>
 a { background-color: #91177B; }

 a { background-color: rgb(145,23,123); }

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

border-color css

<style>
 span { border-color: #91177B; }

 span { border-color: rgb(145,23,123); }

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