Html Css Color HEX #94076B Eggplant

📋 copy color: '#94076B'

red 148 ◦ green 7 ◦ blue 107

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

Shades of Eggplant #94076B

Tints of Eggplant #94076B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 40.84%

R = 56.49%
G = 2.67%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#94076B (or 0x94076B) is known color: Eggplant. HEX triplet: 94, 07 and 6B. RGB value is (148,7,107). Sum of RGB (Red+Green+Blue) = 148+7+107=262 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.49% from 262); Green value is 7 (3.12% from 255 or 2.67% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 148 - color contains mainly: red. Hex color #94076B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94076B is #6BF894. Grayscale: #3C3C3C. Windows color (decimal): -7075989 or 7014292. OLE color: 7014292.

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

Color convert

RGB 148 7 107 -
CMYK 0 0.95 0.28 0.42
HSL 317.45º 0.91% 0.3% -
HSV(B) 317.45º 0.95% 0.58% -
XYZ 14.94 7.51 14.57 -
YUV 60.56 154.21 190.37 -
System Red Green Blue C M Y K H S L
Decimal 148 7 107 0 0.95 0.28 0.42 317.45 0.91 0.3
Hex 94 7 6B 0 5F 1C 2A 13D 5B 1E
Octal 224 7 153 0 137 34 52 475 133 36
Binary 10010100 111 1101011 0 1011111 11100 101010 100111101 1011011 11110

Color Harmonies of #94076B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94076B

Black with #94076B

Text Example


Text Example

White with #94076B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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