Html Css Color HEX #920050 Eggplant

📋 copy color: '#920050'

red 146 ◦ green 0 ◦ blue 80

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

Shades of Eggplant #920050

Tints of Eggplant #920050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 35.4%

R = 64.6%
G = 0%
B = 35.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#920050 (or 0x920050) is known color: Eggplant. HEX triplet: 92, 00 and 50. RGB value is (146,0,80). Sum of RGB (Red+Green+Blue) = 146+0+80=226 (29% of max value = 765). Red value is 146 (57.42% from 255 or 64.60% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 146 - color contains mainly: red. Hex color #920050 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920050 is #6DFFAF. Grayscale: #343434. Windows color (decimal): -7208880 or 5243026. OLE color: 5243026.

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

Color convert

RGB 146 0 80 -
CMYK 0 1 0.45 0.43
HSL 327.12º 1% 0.29% -
HSV(B) 327.12º 1% 0.57% -
XYZ 13.3 6.69 8.18 -
YUV 52.77 143.37 194.5 -
System Red Green Blue C M Y K H S L
Decimal 146 0 80 0 1 0.45 0.43 327.12 1 0.29
Hex 92 0 50 0 64 2D 2B 147 64 1D
Octal 222 0 120 0 144 55 53 507 144 35
Binary 10010010 0 1010000 0 1100100 101101 101011 101000111 1100100 11101

Color Harmonies of #920050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920050

Black with #920050

Text Example


Text Example

White with #920050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920050; }

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

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

background-color css

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

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

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

border-color css

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

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

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