Html Css Color HEX #920067 Eggplant

📋 copy color: '#920067'

red 146 ◦ green 0 ◦ blue 103

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

Shades of Eggplant #920067

Tints of Eggplant #920067

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 103 (40.63% from 255) = 41.37%

R = 58.63%
G = 0%
B = 41.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#920067 (or 0x920067) is known color: Eggplant. HEX triplet: 92, 00 and 67. RGB value is (146,0,103). Sum of RGB (Red+Green+Blue) = 146+0+103=249 (32% of max value = 765). Red value is 146 (57.42% from 255 or 58.63% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 103 (40.62% from 255 or 41.37% from 249); Max value from RGB is 146 - color contains mainly: red. Hex color #920067 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920067 is #6DFF98. Grayscale: #373737. Windows color (decimal): -7208857 or 6750354. OLE color: 6750354.

HSL color Cylindrical-coordinate representation of color #920067: hue angle of 317.67º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #920067 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 0 103 -
CMYK 0 1 0.29 0.43
HSL 317.67º 1% 0.29% -
HSV(B) 317.67º 1% 0.57% -
XYZ 14.3 7.09 13.45 -
YUV 55.4 154.87 192.62 -
System Red Green Blue C M Y K H S L
Decimal 146 0 103 0 1 0.29 0.43 317.67 1 0.29
Hex 92 0 67 0 64 1D 2B 13E 64 1D
Octal 222 0 147 0 144 35 53 476 144 35
Binary 10010010 0 1100111 0 1100100 11101 101011 100111110 1100100 11101

Color Harmonies of #920067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920067

Black with #920067

Text Example


Text Example

White with #920067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920067; }

 p { color: rgb(146,0,103); }

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

background-color css

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

 a { background-color: rgb(146,0,103); }

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

border-color css

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

 span { border-color: rgb(146,0,103); }

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