Html Css Color HEX #920461 Eggplant

📋 copy color: '#920461'

red 146 ◦ green 4 ◦ blue 97

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

Shades of Eggplant #920461

Tints of Eggplant #920461

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.62%

 BLUE value IS 97 (38.28% from 255) = 39.27%

R = 59.11%
G = 1.62%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#920461 (or 0x920461) is known color: Eggplant. HEX triplet: 92, 04 and 61. RGB value is (146,4,97). Sum of RGB (Red+Green+Blue) = 146+4+97=247 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.11% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 146 - color contains mainly: red. Hex color #920461 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920461 is #6DFB9E. Grayscale: #383838. Windows color (decimal): -7207839 or 6358162. OLE color: 6358162.

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

Color convert

RGB 146 4 97 -
CMYK 0 0.97 0.34 0.43
HSL 320.7º 0.95% 0.29% -
HSV(B) 320.7º 0.97% 0.57% -
XYZ 14.06 7.06 11.93 -
YUV 57.06 150.54 191.44 -
System Red Green Blue C M Y K H S L
Decimal 146 4 97 0 0.97 0.34 0.43 320.7 0.95 0.29
Hex 92 4 61 0 61 22 2B 141 5F 1D
Octal 222 4 141 0 141 42 53 501 137 35
Binary 10010010 100 1100001 0 1100001 100010 101011 101000001 1011111 11101

Color Harmonies of #920461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920461

Black with #920461

Text Example


Text Example

White with #920461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920461; }

 p { color: rgb(146,4,97); }

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

background-color css

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

 a { background-color: rgb(146,4,97); }

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

border-color css

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

 span { border-color: rgb(146,4,97); }

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