Html Css Color HEX #920076 Eggplant

📋 copy color: '#920076'

red 146 ◦ green 0 ◦ blue 118

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

Shades of Eggplant #920076

Tints of Eggplant #920076

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.3%
G = 0%
B = 44.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#920076 (or 0x920076) is known color: Eggplant. HEX triplet: 92, 00 and 76. RGB value is (146,0,118). Sum of RGB (Red+Green+Blue) = 146+0+118=264 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.30% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 118 (46.48% from 255 or 44.70% from 264); Max value from RGB is 146 - color contains mainly: red. Hex color #920076 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920076 is #6DFF89. Grayscale: #383838. Windows color (decimal): -7208842 or 7733394. OLE color: 7733394.

HSL color Cylindrical-coordinate representation of color #920076: hue angle of 311.51º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #920076 is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 0 118 -
CMYK 0 1 0.19 0.43
HSL 311.51º 1% 0.29% -
HSV(B) 311.51º 1% 0.57% -
XYZ 15.12 7.42 17.77 -
YUV 57.11 162.37 191.41 -
System Red Green Blue C M Y K H S L
Decimal 146 0 118 0 1 0.19 0.43 311.51 1 0.29
Hex 92 0 76 0 64 13 2B 138 64 1D
Octal 222 0 166 0 144 23 53 470 144 35
Binary 10010010 0 1110110 0 1100100 10011 101011 100111000 1100100 11101

Color Harmonies of #920076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920076

Black with #920076

Text Example


Text Example

White with #920076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920076; }

 p { color: rgb(146,0,118); }

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

background-color css

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

 a { background-color: rgb(146,0,118); }

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

border-color css

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

 span { border-color: rgb(146,0,118); }

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