Html Css Color HEX #920462 Eggplant

📋 copy color: '#920462'

red 146 ◦ green 4 ◦ blue 98

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

Shades of Eggplant #920462

Tints of Eggplant #920462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 39.52%

R = 58.87%
G = 1.61%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.43

RGB Variations

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

Color information

#920462 (or 0x920462) is known color: Eggplant. HEX triplet: 92, 04 and 62. RGB value is (146,4,98). Sum of RGB (Red+Green+Blue) = 146+4+98=248 (32% of max value = 765). Red value is 146 (57.42% from 255 or 58.87% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 98 (38.67% from 255 or 39.52% from 248); Max value from RGB is 146 - color contains mainly: red. Hex color #920462 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920462 is #6DFB9D. Grayscale: #383838. Windows color (decimal): -7207838 or 6423698. OLE color: 6423698.

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

Color convert

RGB 146 4 98 -
CMYK 0 0.97 0.33 0.43
HSL 320.28º 0.95% 0.29% -
HSV(B) 320.28º 0.97% 0.57% -
XYZ 14.1 7.08 12.18 -
YUV 57.17 151.04 191.36 -
System Red Green Blue C M Y K H S L
Decimal 146 4 98 0 0.97 0.33 0.43 320.28 0.95 0.29
Hex 92 4 62 0 61 21 2B 140 5F 1D
Octal 222 4 142 0 141 41 53 500 137 35
Binary 10010010 100 1100010 0 1100001 100001 101011 101000000 1011111 11101

Color Harmonies of #920462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920462

Black with #920462

Text Example


Text Example

White with #920462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920462; }

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

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

background-color css

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

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

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

border-color css

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

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

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