Html Css Color HEX #940661 Eggplant

📋 copy color: '#940661'

red 148 ◦ green 6 ◦ blue 97

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

Shades of Eggplant #940661

Tints of Eggplant #940661

RGB

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

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

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

R = 58.96%
G = 2.39%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#940661 (or 0x940661) is known color: Eggplant. HEX triplet: 94, 06 and 61. RGB value is (148,6,97). Sum of RGB (Red+Green+Blue) = 148+6+97=251 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.96% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 97 (38.28% from 255 or 38.65% from 251); Max value from RGB is 148 - color contains mainly: red. Hex color #940661 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940661 is #6BF99E. Grayscale: #3A3A3A. Windows color (decimal): -7076255 or 6358676. OLE color: 6358676.

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

Color convert

RGB 148 6 97 -
CMYK 0 0.96 0.34 0.42
HSL 321.55º 0.92% 0.3% -
HSV(B) 321.55º 0.96% 0.58% -
XYZ 14.44 7.29 11.96 -
YUV 58.83 149.54 191.6 -
System Red Green Blue C M Y K H S L
Decimal 148 6 97 0 0.96 0.34 0.42 321.55 0.92 0.3
Hex 94 6 61 0 60 22 2A 142 5C 1E
Octal 224 6 141 0 140 42 52 502 134 36
Binary 10010100 110 1100001 0 1100000 100010 101010 101000010 1011100 11110

Color Harmonies of #940661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940661

Black with #940661

Text Example


Text Example

White with #940661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940661; }

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

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

background-color css

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

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

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

border-color css

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

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

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