Html Css Color HEX #94076F Eggplant

📋 copy color: '#94076F'

red 148 ◦ green 7 ◦ blue 111

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

Shades of Eggplant #94076F

Tints of Eggplant #94076F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 41.73%

R = 55.64%
G = 2.63%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#94076F (or 0x94076F) is known color: Eggplant. HEX triplet: 94, 07 and 6F. RGB value is (148,7,111). Sum of RGB (Red+Green+Blue) = 148+7+111=266 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.64% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 111 (43.75% from 255 or 41.73% from 266); Max value from RGB is 148 - color contains mainly: red. Hex color #94076F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94076F is #6BF890. Grayscale: #3C3C3C. Windows color (decimal): -7075985 or 7276436. OLE color: 7276436.

HSL color Cylindrical-coordinate representation of color #94076F: hue angle of 315.74º 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 #94076F is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 7 111 -
CMYK 0 0.95 0.25 0.42
HSL 315.74º 0.91% 0.3% -
HSV(B) 315.74º 0.95% 0.58% -
XYZ 15.16 7.6 15.71 -
YUV 61.02 156.21 190.04 -
System Red Green Blue C M Y K H S L
Decimal 148 7 111 0 0.95 0.25 0.42 315.74 0.91 0.3
Hex 94 7 6F 0 5F 19 2A 13C 5B 1E
Octal 224 7 157 0 137 31 52 474 133 36
Binary 10010100 111 1101111 0 1011111 11001 101010 100111100 1011011 11110

Color Harmonies of #94076F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94076F

Black with #94076F

Text Example


Text Example

White with #94076F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94076F; }

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

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

background-color css

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

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

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

border-color css

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

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

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