Html Css Color HEX #910761 Eggplant

📋 copy color: '#910761'

red 145 ◦ green 7 ◦ blue 97

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

Shades of Eggplant #910761

Tints of Eggplant #910761

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.81%

 BLUE value IS 97 (38.28% from 255) = 38.96%

R = 58.23%
G = 2.81%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.33

 K value IS 0.43

RGB Variations

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

Color information

#910761 (or 0x910761) is known color: Eggplant. HEX triplet: 91, 07 and 61. RGB value is (145,7,97). Sum of RGB (Red+Green+Blue) = 145+7+97=249 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.23% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 145 - color contains mainly: red. Hex color #910761 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910761 is #6EF89E. Grayscale: #3A3A3A. Windows color (decimal): -7272607 or 6358929. OLE color: 6358929.

HSL color Cylindrical-coordinate representation of color #910761: hue angle of 320.87º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #910761 is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 7 97 -
CMYK 0 0.95 0.33 0.43
HSL 320.87º 0.91% 0.3% -
HSV(B) 320.87º 0.95% 0.57% -
XYZ 13.91 7.03 11.93 -
YUV 58.52 149.72 189.68 -
System Red Green Blue C M Y K H S L
Decimal 145 7 97 0 0.95 0.33 0.43 320.87 0.91 0.3
Hex 91 7 61 0 5F 21 2B 141 5B 1E
Octal 221 7 141 0 137 41 53 501 133 36
Binary 10010001 111 1100001 0 1011111 100001 101011 101000001 1011011 11110

Color Harmonies of #910761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910761

Black with #910761

Text Example


Text Example

White with #910761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910761; }

 p { color: rgb(145,7,97); }

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

background-color css

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

 a { background-color: rgb(145,7,97); }

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

border-color css

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

 span { border-color: rgb(145,7,97); }

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