Html Css Color HEX #94006C Eggplant

📋 copy color: '#94006C'

red 148 ◦ green 0 ◦ blue 108

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

Shades of Eggplant #94006C

Tints of Eggplant #94006C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 42.19%

R = 57.81%
G = 0%
B = 42.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#94006C (or 0x94006C) is known color: Eggplant. HEX triplet: 94, 00 and 6C. RGB value is (148,0,108). Sum of RGB (Red+Green+Blue) = 148+0+108=256 (33% of max value = 765). Red value is 148 (58.20% from 255 or 57.81% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 148 - color contains mainly: red. Hex color #94006C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94006C is #6BFF93. Grayscale: #383838. Windows color (decimal): -7077780 or 7078036. OLE color: 7078036.

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

Color convert

RGB 148 0 108 -
CMYK 0 1 0.27 0.42
HSL 316.22º 1% 0.29% -
HSV(B) 316.22º 1% 0.58% -
XYZ 14.92 7.38 14.83 -
YUV 56.56 157.03 193.22 -
System Red Green Blue C M Y K H S L
Decimal 148 0 108 0 1 0.27 0.42 316.22 1 0.29
Hex 94 0 6C 0 64 1B 2A 13C 64 1D
Octal 224 0 154 0 144 33 52 474 144 35
Binary 10010100 0 1101100 0 1100100 11011 101010 100111100 1100100 11101

Color Harmonies of #94006C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94006C

Black with #94006C

Text Example


Text Example

White with #94006C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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