Html Css Color HEX #920259 Eggplant

📋 copy color: '#920259'

red 146 ◦ green 2 ◦ blue 89

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

Shades of Eggplant #920259

Tints of Eggplant #920259

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

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

R = 61.6%
G = 0.84%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.43

RGB Variations

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

Color information

#920259 (or 0x920259) is known color: Eggplant. HEX triplet: 92, 02 and 59. RGB value is (146,2,89). Sum of RGB (Red+Green+Blue) = 146+2+89=237 (31% of max value = 765). Red value is 146 (57.42% from 255 or 61.60% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 89 (35.16% from 255 or 37.55% from 237); Max value from RGB is 146 - color contains mainly: red. Hex color #920259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920259 is #6DFDA6. Grayscale: #363636. Windows color (decimal): -7208359 or 5833362. OLE color: 5833362.

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

Color convert

RGB 146 2 89 -
CMYK 0 0.99 0.39 0.43
HSL 323.75º 0.97% 0.29% -
HSV(B) 323.75º 0.99% 0.57% -
XYZ 13.68 6.88 10.06 -
YUV 54.97 147.21 192.93 -
System Red Green Blue C M Y K H S L
Decimal 146 2 89 0 0.99 0.39 0.43 323.75 0.97 0.29
Hex 92 2 59 0 63 27 2B 144 61 1D
Octal 222 2 131 0 143 47 53 504 141 35
Binary 10010010 10 1011001 0 1100011 100111 101011 101000100 1100001 11101

Color Harmonies of #920259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920259

Black with #920259

Text Example


Text Example

White with #920259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920259; }

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

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

background-color css

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

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

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

border-color css

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

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

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