Html Css Color HEX #910D76 Dark Purple

📋 copy color: '#910D76'

red 145 ◦ green 13 ◦ blue 118

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

Shades of Dark Purple #910D76

Tints of Dark Purple #910D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 42.75%

R = 52.54%
G = 4.71%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#910D76 (or 0x910D76) is known color: Dark Purple. HEX triplet: 91, 0D and 76. RGB value is (145,13,118). Sum of RGB (Red+Green+Blue) = 145+13+118=276 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.54% from 276); Green value is 13 (5.47% from 255 or 4.71% from 276); Blue value is 118 (46.48% from 255 or 42.75% from 276); Max value from RGB is 145 - color contains mainly: red. Hex color #910D76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910D76 is #6EF289. Grayscale: #404040. Windows color (decimal): -7271050 or 7736721. OLE color: 7736721.

HSL color Cylindrical-coordinate representation of color #910D76: hue angle of 312.27º 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 #910D76 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 13 118 -
CMYK 0 0.91 0.19 0.43
HSL 312.27º 0.84% 0.31% -
HSV(B) 312.27º 0.91% 0.57% -
XYZ 15.09 7.62 17.81 -
YUV 64.44 158.23 185.46 -
System Red Green Blue C M Y K H S L
Decimal 145 13 118 0 0.91 0.19 0.43 312.27 0.84 0.31
Hex 91 D 76 0 5B 13 2B 138 54 1F
Octal 221 15 166 0 133 23 53 470 124 37
Binary 10010001 1101 1110110 0 1011011 10011 101011 100111000 1010100 11111

Color Harmonies of #910D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910D76

Black with #910D76

Text Example


Text Example

White with #910D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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