Html Css Color HEX #920359 Eggplant

📋 copy color: '#920359'

red 146 ◦ green 3 ◦ blue 89

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

Shades of Eggplant #920359

Tints of Eggplant #920359

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.26%

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

R = 61.34%
G = 1.26%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.43

RGB Variations

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

Color information

#920359 (or 0x920359) is known color: Eggplant. HEX triplet: 92, 03 and 59. RGB value is (146,3,89). Sum of RGB (Red+Green+Blue) = 146+3+89=238 (31% of max value = 765). Red value is 146 (57.42% from 255 or 61.34% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 89 (35.16% from 255 or 37.39% from 238); Max value from RGB is 146 - color contains mainly: red. Hex color #920359 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920359 is #6DFCA6. Grayscale: #373737. Windows color (decimal): -7208103 or 5833618. OLE color: 5833618.

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

Color convert

RGB 146 3 89 -
CMYK 0 0.98 0.39 0.43
HSL 323.92º 0.96% 0.29% -
HSV(B) 323.92º 0.98% 0.57% -
XYZ 13.69 6.9 10.06 -
YUV 55.56 146.88 192.51 -
System Red Green Blue C M Y K H S L
Decimal 146 3 89 0 0.98 0.39 0.43 323.92 0.96 0.29
Hex 92 3 59 0 62 27 2B 144 60 1D
Octal 222 3 131 0 142 47 53 504 140 35
Binary 10010010 11 1011001 0 1100010 100111 101011 101000100 1100000 11101

Color Harmonies of #920359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920359

Black with #920359

Text Example


Text Example

White with #920359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920359; }

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

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

background-color css

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

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

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

border-color css

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

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

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