Html Css Color HEX #940659 Eggplant

📋 copy color: '#940659'

red 148 ◦ green 6 ◦ blue 89

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

Shades of Eggplant #940659

Tints of Eggplant #940659

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.47%

 BLUE value IS 89 (35.16% from 255) = 36.63%

R = 60.91%
G = 2.47%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#940659 (or 0x940659) is known color: Eggplant. HEX triplet: 94, 06 and 59. RGB value is (148,6,89). Sum of RGB (Red+Green+Blue) = 148+6+89=243 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.91% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 89 (35.16% from 255 or 36.63% from 243); Max value from RGB is 148 - color contains mainly: red. Hex color #940659 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940659 is #6BF9A6. Grayscale: #393939. Windows color (decimal): -7076263 or 5834388. OLE color: 5834388.

HSL color Cylindrical-coordinate representation of color #940659: hue angle of 324.93º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #940659 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 6 89 -
CMYK 0 0.96 0.40 0.42
HSL 324.93º 0.92% 0.3% -
HSV(B) 324.93º 0.96% 0.58% -
XYZ 14.08 7.15 10.09 -
YUV 57.92 145.54 192.25 -
System Red Green Blue C M Y K H S L
Decimal 148 6 89 0 0.96 0.40 0.42 324.93 0.92 0.3
Hex 94 6 59 0 60 28 2A 145 5C 1E
Octal 224 6 131 0 140 50 52 505 134 36
Binary 10010100 110 1011001 0 1100000 101000 101010 101000101 1011100 11110

Color Harmonies of #940659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940659

Black with #940659

Text Example


Text Example

White with #940659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940659; }

 p { color: rgb(148,6,89); }

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

background-color css

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

 a { background-color: rgb(148,6,89); }

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

border-color css

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

 span { border-color: rgb(148,6,89); }

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