Html Css Color HEX #920759 Eggplant

📋 copy color: '#920759'

red 146 ◦ green 7 ◦ blue 89

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

Shades of Eggplant #920759

Tints of Eggplant #920759

RGB

 RED value IS 146 (57.42% from 255) = 60.33%

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

 BLUE value IS 89 (35.16% from 255) = 36.78%

R = 60.33%
G = 2.89%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.43

RGB Variations

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

Color information

#920759 (or 0x920759) is known color: Eggplant. HEX triplet: 92, 07 and 59. RGB value is (146,7,89). Sum of RGB (Red+Green+Blue) = 146+7+89=242 (32% of max value = 765). Red value is 146 (57.42% from 255 or 60.33% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 89 (35.16% from 255 or 36.78% from 242); Max value from RGB is 146 - color contains mainly: red. Hex color #920759 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920759 is #6DF8A6. Grayscale: #393939. Windows color (decimal): -7207079 or 5834642. OLE color: 5834642.

HSL color Cylindrical-coordinate representation of color #920759: hue angle of 324.6º 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 #920759 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 7 89 -
CMYK 0 0.95 0.39 0.43
HSL 324.6º 0.91% 0.3% -
HSV(B) 324.6º 0.95% 0.57% -
XYZ 13.73 6.98 10.08 -
YUV 57.91 145.55 190.83 -
System Red Green Blue C M Y K H S L
Decimal 146 7 89 0 0.95 0.39 0.43 324.6 0.91 0.3
Hex 92 7 59 0 5F 27 2B 145 5B 1E
Octal 222 7 131 0 137 47 53 505 133 36
Binary 10010010 111 1011001 0 1011111 100111 101011 101000101 1011011 11110

Color Harmonies of #920759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920759

Black with #920759

Text Example


Text Example

White with #920759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920759; }

 p { color: rgb(146,7,89); }

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

background-color css

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

 a { background-color: rgb(146,7,89); }

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

border-color css

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

 span { border-color: rgb(146,7,89); }

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