Html Css Color HEX #940876 Eggplant

📋 copy color: '#940876'

red 148 ◦ green 8 ◦ blue 118

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

Shades of Eggplant #940876

Tints of Eggplant #940876

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.92%

 BLUE value IS 118 (46.48% from 255) = 43.07%

R = 54.01%
G = 2.92%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#940876 (or 0x940876) is known color: Eggplant. HEX triplet: 94, 08 and 76. RGB value is (148,8,118). Sum of RGB (Red+Green+Blue) = 148+8+118=274 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.01% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 148 - color contains mainly: red. Hex color #940876 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940876 is #6BF789. Grayscale: #3E3E3E. Windows color (decimal): -7075722 or 7735444. OLE color: 7735444.

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

Color convert

RGB 148 8 118 -
CMYK 0 0.95 0.20 0.42
HSL 312.86º 0.9% 0.31% -
HSV(B) 312.86º 0.95% 0.58% -
XYZ 15.57 7.78 17.82 -
YUV 62.4 159.38 189.06 -
System Red Green Blue C M Y K H S L
Decimal 148 8 118 0 0.95 0.20 0.42 312.86 0.9 0.31
Hex 94 8 76 0 5F 14 2A 139 5A 1F
Octal 224 10 166 0 137 24 52 471 132 37
Binary 10010100 1000 1110110 0 1011111 10100 101010 100111001 1011010 11111

Color Harmonies of #940876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940876

Black with #940876

Text Example


Text Example

White with #940876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940876; }

 p { color: rgb(148,8,118); }

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

background-color css

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

 a { background-color: rgb(148,8,118); }

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

border-color css

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

 span { border-color: rgb(148,8,118); }

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