Html Css Color HEX #94006D Eggplant

📋 copy color: '#94006D'

red 148 ◦ green 0 ◦ blue 109

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

Shades of Eggplant #94006D

Tints of Eggplant #94006D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 42.41%

R = 57.59%
G = 0%
B = 42.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#94006D (or 0x94006D) is known color: Eggplant. HEX triplet: 94, 00 and 6D. RGB value is (148,0,109). Sum of RGB (Red+Green+Blue) = 148+0+109=257 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.59% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 148 - color contains mainly: red. Hex color #94006D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94006D is #6BFF92. Grayscale: #383838. Windows color (decimal): -7077779 or 7143572. OLE color: 7143572.

HSL color Cylindrical-coordinate representation of color #94006D: hue angle of 315.81º 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 #94006D is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 0 109 -
CMYK 0 1 0.26 0.42
HSL 315.81º 1% 0.29% -
HSV(B) 315.81º 1% 0.58% -
XYZ 14.97 7.4 15.11 -
YUV 56.68 157.53 193.14 -
System Red Green Blue C M Y K H S L
Decimal 148 0 109 0 1 0.26 0.42 315.81 1 0.29
Hex 94 0 6D 0 64 1A 2A 13C 64 1D
Octal 224 0 155 0 144 32 52 474 144 35
Binary 10010100 0 1101101 0 1100100 11010 101010 100111100 1100100 11101

Color Harmonies of #94006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94006D

Black with #94006D

Text Example


Text Example

White with #94006D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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