Html Css Color HEX #94006F Eggplant

📋 copy color: '#94006F'

red 148 ◦ green 0 ◦ blue 111

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

Shades of Eggplant #94006F

Tints of Eggplant #94006F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.14%
G = 0%
B = 42.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#94006F (or 0x94006F) is known color: Eggplant. HEX triplet: 94, 00 and 6F. RGB value is (148,0,111). Sum of RGB (Red+Green+Blue) = 148+0+111=259 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.14% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 148 - color contains mainly: red. Hex color #94006F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94006F is #6BFF90. Grayscale: #383838. Windows color (decimal): -7077777 or 7274644. OLE color: 7274644.

HSL color Cylindrical-coordinate representation of color #94006F: hue angle of 315º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #94006F is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 0 111 -
CMYK 0 1 0.25 0.42
HSL 315º 1% 0.29% -
HSV(B) 315º 1% 0.58% -
XYZ 15.08 7.44 15.68 -
YUV 56.91 158.53 192.97 -
System Red Green Blue C M Y K H S L
Decimal 148 0 111 0 1 0.25 0.42 315 1 0.29
Hex 94 0 6F 0 64 19 2A 13B 64 1D
Octal 224 0 157 0 144 31 52 473 144 35
Binary 10010100 0 1101111 0 1100100 11001 101010 100111011 1100100 11101

Color Harmonies of #94006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94006F

Black with #94006F

Text Example


Text Example

White with #94006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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