Html Css Color HEX #940779 Eggplant

📋 copy color: '#940779'

red 148 ◦ green 7 ◦ blue 121

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

Shades of Eggplant #940779

Tints of Eggplant #940779

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.54%

 BLUE value IS 121 (47.66% from 255) = 43.84%

R = 53.62%
G = 2.54%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#940779 (or 0x940779) is known color: Eggplant. HEX triplet: 94, 07 and 79. RGB value is (148,7,121). Sum of RGB (Red+Green+Blue) = 148+7+121=276 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.62% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 121 (47.66% from 255 or 43.84% from 276); Max value from RGB is 148 - color contains mainly: red. Hex color #940779 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940779 is #6BF886. Grayscale: #3D3D3D. Windows color (decimal): -7075975 or 7931796. OLE color: 7931796.

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

Color convert

RGB 148 7 121 -
CMYK 0 0.95 0.18 0.42
HSL 311.49º 0.91% 0.3% -
HSV(B) 311.49º 0.95% 0.58% -
XYZ 15.74 7.83 18.77 -
YUV 62.16 161.21 189.23 -
System Red Green Blue C M Y K H S L
Decimal 148 7 121 0 0.95 0.18 0.42 311.49 0.91 0.3
Hex 94 7 79 0 5F 12 2A 137 5B 1E
Octal 224 7 171 0 137 22 52 467 133 36
Binary 10010100 111 1111001 0 1011111 10010 101010 100110111 1011011 11110

Color Harmonies of #940779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940779

Black with #940779

Text Example


Text Example

White with #940779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940779; }

 p { color: rgb(148,7,121); }

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

background-color css

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

 a { background-color: rgb(148,7,121); }

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

border-color css

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

 span { border-color: rgb(148,7,121); }

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