Html Css Color HEX #920768 Eggplant

📋 copy color: '#920768'

red 146 ◦ green 7 ◦ blue 104

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

Shades of Eggplant #920768

Tints of Eggplant #920768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 40.47%

R = 56.81%
G = 2.72%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#920768 (or 0x920768) is known color: Eggplant. HEX triplet: 92, 07 and 68. RGB value is (146,7,104). Sum of RGB (Red+Green+Blue) = 146+7+104=257 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.81% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 104 (41.02% from 255 or 40.47% from 257); Max value from RGB is 146 - color contains mainly: red. Hex color #920768 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920768 is #6DF897. Grayscale: #3B3B3B. Windows color (decimal): -7207064 or 6817682. OLE color: 6817682.

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

Color convert

RGB 146 7 104 -
CMYK 0 0.95 0.29 0.43
HSL 318.13º 0.91% 0.3% -
HSV(B) 318.13º 0.95% 0.57% -
XYZ 14.43 7.26 13.74 -
YUV 59.62 153.05 189.61 -
System Red Green Blue C M Y K H S L
Decimal 146 7 104 0 0.95 0.29 0.43 318.13 0.91 0.3
Hex 92 7 68 0 5F 1D 2B 13E 5B 1E
Octal 222 7 150 0 137 35 53 476 133 36
Binary 10010010 111 1101000 0 1011111 11101 101011 100111110 1011011 11110

Color Harmonies of #920768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920768

Black with #920768

Text Example


Text Example

White with #920768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920768; }

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

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

background-color css

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

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

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

border-color css

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

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

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