Html Css Color HEX #940677 Eggplant

📋 copy color: '#940677'

red 148 ◦ green 6 ◦ blue 119

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

Shades of Eggplant #940677

Tints of Eggplant #940677

RGB

 RED value IS 148 (58.2% from 255) = 54.21%

 GREEN value IS 6 (2.73% from 255) = 2.2%

 BLUE value IS 119 (46.88% from 255) = 43.59%

R = 54.21%
G = 2.2%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#940677 (or 0x940677) is known color: Eggplant. HEX triplet: 94, 06 and 77. RGB value is (148,6,119). Sum of RGB (Red+Green+Blue) = 148+6+119=273 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.21% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 119 (46.88% from 255 or 43.59% from 273); Max value from RGB is 148 - color contains mainly: red. Hex color #940677 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940677 is #6BF988. Grayscale: #3D3D3D. Windows color (decimal): -7076233 or 7800468. OLE color: 7800468.

HSL color Cylindrical-coordinate representation of color #940677: hue angle of 312.25º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #940677 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 6 119 -
CMYK 0 0.96 0.20 0.42
HSL 312.25º 0.92% 0.3% -
HSV(B) 312.25º 0.96% 0.58% -
XYZ 15.61 7.76 18.13 -
YUV 61.34 160.54 189.81 -
System Red Green Blue C M Y K H S L
Decimal 148 6 119 0 0.96 0.20 0.42 312.25 0.92 0.3
Hex 94 6 77 0 60 14 2A 138 5C 1E
Octal 224 6 167 0 140 24 52 470 134 36
Binary 10010100 110 1110111 0 1100000 10100 101010 100111000 1011100 11110

Color Harmonies of #940677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940677

Black with #940677

Text Example


Text Example

White with #940677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940677; }

 p { color: rgb(148,6,119); }

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

background-color css

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

 a { background-color: rgb(148,6,119); }

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

border-color css

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

 span { border-color: rgb(148,6,119); }

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