Html Css Color HEX #920358 Eggplant

📋 copy color: '#920358'

red 146 ◦ green 3 ◦ blue 88

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

Shades of Eggplant #920358

Tints of Eggplant #920358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 37.13%

R = 61.6%
G = 1.27%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.43

RGB Variations

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

Color information

#920358 (or 0x920358) is known color: Eggplant. HEX triplet: 92, 03 and 58. RGB value is (146,3,88). Sum of RGB (Red+Green+Blue) = 146+3+88=237 (31% of max value = 765). Red value is 146 (57.42% from 255 or 61.60% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 88 (34.77% from 255 or 37.13% from 237); Max value from RGB is 146 - color contains mainly: red. Hex color #920358 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920358 is #6DFCA7. Grayscale: #373737. Windows color (decimal): -7208104 or 5768082. OLE color: 5768082.

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

Color convert

RGB 146 3 88 -
CMYK 0 0.98 0.40 0.43
HSL 324.34º 0.96% 0.29% -
HSV(B) 324.34º 0.98% 0.57% -
XYZ 13.65 6.88 9.84 -
YUV 55.45 146.38 192.59 -
System Red Green Blue C M Y K H S L
Decimal 146 3 88 0 0.98 0.40 0.43 324.34 0.96 0.29
Hex 92 3 58 0 62 28 2B 144 60 1D
Octal 222 3 130 0 142 50 53 504 140 35
Binary 10010010 11 1011000 0 1100010 101000 101011 101000100 1100000 11101

Color Harmonies of #920358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920358

Black with #920358

Text Example


Text Example

White with #920358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920358; }

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

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

background-color css

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

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

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

border-color css

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

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

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