Html Css Color HEX #940657 Eggplant

📋 copy color: '#940657'

red 148 ◦ green 6 ◦ blue 87

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

Shades of Eggplant #940657

Tints of Eggplant #940657

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 36.1%

R = 61.41%
G = 2.49%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#940657 (or 0x940657) is known color: Eggplant. HEX triplet: 94, 06 and 57. RGB value is (148,6,87). Sum of RGB (Red+Green+Blue) = 148+6+87=241 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.41% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 87 (34.38% from 255 or 36.10% from 241); Max value from RGB is 148 - color contains mainly: red. Hex color #940657 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940657 is #6BF9A8. Grayscale: #393939. Windows color (decimal): -7076265 or 5703316. OLE color: 5703316.

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

Color convert

RGB 148 6 87 -
CMYK 0 0.96 0.41 0.42
HSL 325.77º 0.92% 0.3% -
HSV(B) 325.77º 0.96% 0.58% -
XYZ 14 7.11 9.65 -
YUV 57.69 144.54 192.41 -
System Red Green Blue C M Y K H S L
Decimal 148 6 87 0 0.96 0.41 0.42 325.77 0.92 0.3
Hex 94 6 57 0 60 29 2A 146 5C 1E
Octal 224 6 127 0 140 51 52 506 134 36
Binary 10010100 110 1010111 0 1100000 101001 101010 101000110 1011100 11110

Color Harmonies of #940657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940657

Black with #940657

Text Example


Text Example

White with #940657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940657; }

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

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

background-color css

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

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

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

border-color css

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

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

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