Html Css Color HEX #920172 Eggplant

📋 copy color: '#920172'

red 146 ◦ green 1 ◦ blue 114

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

Shades of Eggplant #920172

Tints of Eggplant #920172

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 55.94%
G = 0.38%
B = 43.68%

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

#920172 (or 0x920172) is known color: Eggplant. HEX triplet: 92, 01 and 72. RGB value is (146,1,114). Sum of RGB (Red+Green+Blue) = 146+1+114=261 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.94% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 146 - color contains mainly: red. Hex color #920172 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920172 is #6DFE8D. Grayscale: #383838. Windows color (decimal): -7208590 or 7471506. OLE color: 7471506.

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

Color convert

RGB 146 1 114 -
CMYK 0 0.99 0.22 0.43
HSL 313.24º 0.99% 0.29% -
HSV(B) 313.24º 0.99% 0.57% -
XYZ 14.9 7.35 16.55 -
YUV 57.24 160.04 191.31 -
System Red Green Blue C M Y K H S L
Decimal 146 1 114 0 0.99 0.22 0.43 313.24 0.99 0.29
Hex 92 1 72 0 63 16 2B 139 63 1D
Octal 222 1 162 0 143 26 53 471 143 35
Binary 10010010 1 1110010 0 1100011 10110 101011 100111001 1100011 11101

Color Harmonies of #920172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920172

Black with #920172

Text Example


Text Example

White with #920172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920172; }

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

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

background-color css

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

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

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

border-color css

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

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

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