Html Css Color HEX #920758 Eggplant

📋 copy color: '#920758'

red 146 ◦ green 7 ◦ blue 88

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

Shades of Eggplant #920758

Tints of Eggplant #920758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 36.51%

R = 60.58%
G = 2.9%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.43

RGB Variations

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

Color information

#920758 (or 0x920758) is known color: Eggplant. HEX triplet: 92, 07 and 58. RGB value is (146,7,88). Sum of RGB (Red+Green+Blue) = 146+7+88=241 (31% of max value = 765). Red value is 146 (57.42% from 255 or 60.58% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 146 - color contains mainly: red. Hex color #920758 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920758 is #6DF8A7. Grayscale: #393939. Windows color (decimal): -7207080 or 5769106. OLE color: 5769106.

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

Color convert

RGB 146 7 88 -
CMYK 0 0.95 0.40 0.43
HSL 325.04º 0.91% 0.3% -
HSV(B) 325.04º 0.95% 0.57% -
XYZ 13.69 6.97 9.86 -
YUV 57.8 145.05 190.91 -
System Red Green Blue C M Y K H S L
Decimal 146 7 88 0 0.95 0.40 0.43 325.04 0.91 0.3
Hex 92 7 58 0 5F 28 2B 145 5B 1E
Octal 222 7 130 0 137 50 53 505 133 36
Binary 10010010 111 1011000 0 1011111 101000 101011 101000101 1011011 11110

Color Harmonies of #920758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920758

Black with #920758

Text Example


Text Example

White with #920758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920758; }

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

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

background-color css

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

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

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

border-color css

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

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

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