Html Css Color HEX #920272 Eggplant

📋 copy color: '#920272'

red 146 ◦ green 2 ◦ blue 114

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

Shades of Eggplant #920272

Tints of Eggplant #920272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 43.51%

R = 55.73%
G = 0.76%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#920272 (or 0x920272) is known color: Eggplant. HEX triplet: 92, 02 and 72. RGB value is (146,2,114). Sum of RGB (Red+Green+Blue) = 146+2+114=262 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.73% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 146 - color contains mainly: red. Hex color #920272 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920272 is #6DFD8D. Grayscale: #393939. Windows color (decimal): -7208334 or 7471762. OLE color: 7471762.

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

Color convert

RGB 146 2 114 -
CMYK 0 0.99 0.22 0.43
HSL 313.33º 0.97% 0.29% -
HSV(B) 313.33º 0.99% 0.57% -
XYZ 14.91 7.37 16.56 -
YUV 57.82 159.71 190.89 -
System Red Green Blue C M Y K H S L
Decimal 146 2 114 0 0.99 0.22 0.43 313.33 0.97 0.29
Hex 92 2 72 0 63 16 2B 139 61 1D
Octal 222 2 162 0 143 26 53 471 141 35
Binary 10010010 10 1110010 0 1100011 10110 101011 100111001 1100001 11101

Color Harmonies of #920272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920272

Black with #920272

Text Example


Text Example

White with #920272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920272; }

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

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

background-color css

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

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

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

border-color css

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

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

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