Html Css Color HEX #920251 Eggplant

📋 copy color: '#920251'

red 146 ◦ green 2 ◦ blue 81

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

Shades of Eggplant #920251

Tints of Eggplant #920251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 35.37%

R = 63.76%
G = 0.87%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#920251 (or 0x920251) is known color: Eggplant. HEX triplet: 92, 02 and 51. RGB value is (146,2,81). Sum of RGB (Red+Green+Blue) = 146+2+81=229 (30% of max value = 765). Red value is 146 (57.42% from 255 or 63.76% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 146 - color contains mainly: red. Hex color #920251 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920251 is #6DFDAE. Grayscale: #353535. Windows color (decimal): -7208367 or 5309074. OLE color: 5309074.

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

Color convert

RGB 146 2 81 -
CMYK 0 0.99 0.45 0.43
HSL 327.08º 0.97% 0.29% -
HSV(B) 327.08º 0.99% 0.57% -
XYZ 13.36 6.75 8.38 -
YUV 54.06 143.21 193.58 -
System Red Green Blue C M Y K H S L
Decimal 146 2 81 0 0.99 0.45 0.43 327.08 0.97 0.29
Hex 92 2 51 0 63 2D 2B 147 61 1D
Octal 222 2 121 0 143 55 53 507 141 35
Binary 10010010 10 1010001 0 1100011 101101 101011 101000111 1100001 11101

Color Harmonies of #920251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920251

Black with #920251

Text Example


Text Example

White with #920251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920251; }

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

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

background-color css

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

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

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

border-color css

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

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

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