Html Css Color HEX #940461 Eggplant

📋 copy color: '#940461'

red 148 ◦ green 4 ◦ blue 97

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

Shades of Eggplant #940461

Tints of Eggplant #940461

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.61%

 BLUE value IS 97 (38.28% from 255) = 38.96%

R = 59.44%
G = 1.61%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#940461 (or 0x940461) is known color: Eggplant. HEX triplet: 94, 04 and 61. RGB value is (148,4,97). Sum of RGB (Red+Green+Blue) = 148+4+97=249 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.44% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 148 - color contains mainly: red. Hex color #940461 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940461 is #6BFB9E. Grayscale: #393939. Windows color (decimal): -7076767 or 6358164. OLE color: 6358164.

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

Color convert

RGB 148 4 97 -
CMYK 0 0.97 0.34 0.42
HSL 321.25º 0.95% 0.3% -
HSV(B) 321.25º 0.97% 0.58% -
XYZ 14.41 7.25 11.95 -
YUV 57.66 150.21 192.44 -
System Red Green Blue C M Y K H S L
Decimal 148 4 97 0 0.97 0.34 0.42 321.25 0.95 0.3
Hex 94 4 61 0 61 22 2A 141 5F 1E
Octal 224 4 141 0 141 42 52 501 137 36
Binary 10010100 100 1100001 0 1100001 100010 101010 101000001 1011111 11110

Color Harmonies of #940461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940461

Black with #940461

Text Example


Text Example

White with #940461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940461; }

 p { color: rgb(148,4,97); }

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

background-color css

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

 a { background-color: rgb(148,4,97); }

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

border-color css

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

 span { border-color: rgb(148,4,97); }

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