Html Css Color HEX #910D77 Dark Purple

📋 copy color: '#910D77'

red 145 ◦ green 13 ◦ blue 119

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

Shades of Dark Purple #910D77

Tints of Dark Purple #910D77

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.69%

 BLUE value IS 119 (46.88% from 255) = 42.96%

R = 52.35%
G = 4.69%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#910D77 (or 0x910D77) is known color: Dark Purple. HEX triplet: 91, 0D and 77. RGB value is (145,13,119). Sum of RGB (Red+Green+Blue) = 145+13+119=277 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.35% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 119 (46.88% from 255 or 42.96% from 277); Max value from RGB is 145 - color contains mainly: red. Hex color #910D77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910D77 is #6EF288. Grayscale: #404040. Windows color (decimal): -7271049 or 7802257. OLE color: 7802257.

HSL color Cylindrical-coordinate representation of color #910D77: hue angle of 311.82º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #910D77 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 13 119 -
CMYK 0 0.91 0.18 0.43
HSL 311.82º 0.84% 0.31% -
HSV(B) 311.82º 0.91% 0.57% -
XYZ 15.15 7.64 18.13 -
YUV 64.55 158.73 185.38 -
System Red Green Blue C M Y K H S L
Decimal 145 13 119 0 0.91 0.18 0.43 311.82 0.84 0.31
Hex 91 D 77 0 5B 12 2B 138 54 1F
Octal 221 15 167 0 133 22 53 470 124 37
Binary 10010001 1101 1110111 0 1011011 10010 101011 100111000 1010100 11111

Color Harmonies of #910D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910D77

Black with #910D77

Text Example


Text Example

White with #910D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910D77; }

 p { color: rgb(145,13,119); }

 H1.HeaderClassName
 {
   color: #910D77;
 }
 .AnyTagClassName
 {
   color: #910D77;
 }
</style>

background-color css

<style>
 a { background-color: #910D77; }

 a { background-color: rgb(145,13,119); }

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

border-color css

<style>
 span { border-color: #910D77; }

 span { border-color: rgb(145,13,119); }

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