Html Css Color HEX #94096B Eggplant

📋 copy color: '#94096B'

red 148 ◦ green 9 ◦ blue 107

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

Shades of Eggplant #94096B

Tints of Eggplant #94096B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.41%

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

R = 56.06%
G = 3.41%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#94096B (or 0x94096B) is known color: Eggplant. HEX triplet: 94, 09 and 6B. RGB value is (148,9,107). Sum of RGB (Red+Green+Blue) = 148+9+107=264 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.06% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 107 (42.19% from 255 or 40.53% from 264); Max value from RGB is 148 - color contains mainly: red. Hex color #94096B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94096B is #6BF694. Grayscale: #3D3D3D. Windows color (decimal): -7075477 or 7014804. OLE color: 7014804.

HSL color Cylindrical-coordinate representation of color #94096B: hue angle of 317.7º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #94096B is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 9 107 -
CMYK 0 0.94 0.28 0.42
HSL 317.7º 0.89% 0.31% -
HSV(B) 317.7º 0.94% 0.58% -
XYZ 14.96 7.55 14.58 -
YUV 61.73 153.55 189.53 -
System Red Green Blue C M Y K H S L
Decimal 148 9 107 0 0.94 0.28 0.42 317.7 0.89 0.31
Hex 94 9 6B 0 5E 1C 2A 13E 59 1F
Octal 224 11 153 0 136 34 52 476 131 37
Binary 10010100 1001 1101011 0 1011110 11100 101010 100111110 1011001 11111

Color Harmonies of #94096B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94096B

Black with #94096B

Text Example


Text Example

White with #94096B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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