Html Css Color HEX #940966 Eggplant

📋 copy color: '#940966'

red 148 ◦ green 9 ◦ blue 102

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

Shades of Eggplant #940966

Tints of Eggplant #940966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 39.38%

R = 57.14%
G = 3.47%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#940966 (or 0x940966) is known color: Eggplant. HEX triplet: 94, 09 and 66. RGB value is (148,9,102). Sum of RGB (Red+Green+Blue) = 148+9+102=259 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.14% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 102 (40.23% from 255 or 39.38% from 259); Max value from RGB is 148 - color contains mainly: red. Hex color #940966 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940966 is #6BF699. Grayscale: #3C3C3C. Windows color (decimal): -7075482 or 6687124. OLE color: 6687124.

HSL color Cylindrical-coordinate representation of color #940966: hue angle of 319.86º 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 #940966 is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 9 102 -
CMYK 0 0.94 0.31 0.42
HSL 319.86º 0.89% 0.31% -
HSV(B) 319.86º 0.94% 0.58% -
XYZ 14.71 7.45 13.23 -
YUV 61.16 151.05 189.94 -
System Red Green Blue C M Y K H S L
Decimal 148 9 102 0 0.94 0.31 0.42 319.86 0.89 0.31
Hex 94 9 66 0 5E 1F 2A 140 59 1F
Octal 224 11 146 0 136 37 52 500 131 37
Binary 10010100 1001 1100110 0 1011110 11111 101010 101000000 1011001 11111

Color Harmonies of #940966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940966

Black with #940966

Text Example


Text Example

White with #940966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940966; }

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

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

background-color css

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

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

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

border-color css

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

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

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