Html Css Color HEX #940673 Eggplant

📋 copy color: '#940673'

red 148 ◦ green 6 ◦ blue 115

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

Shades of Eggplant #940673

Tints of Eggplant #940673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 42.75%

R = 55.02%
G = 2.23%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#940673 (or 0x940673) is known color: Eggplant. HEX triplet: 94, 06 and 73. RGB value is (148,6,115). Sum of RGB (Red+Green+Blue) = 148+6+115=269 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.02% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 115 (45.31% from 255 or 42.75% from 269); Max value from RGB is 148 - color contains mainly: red. Hex color #940673 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940673 is #6BF98C. Grayscale: #3C3C3C. Windows color (decimal): -7076237 or 7538324. OLE color: 7538324.

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

Color convert

RGB 148 6 115 -
CMYK 0 0.96 0.22 0.42
HSL 313.94º 0.92% 0.3% -
HSV(B) 313.94º 0.96% 0.58% -
XYZ 15.37 7.66 16.89 -
YUV 60.88 158.54 190.14 -
System Red Green Blue C M Y K H S L
Decimal 148 6 115 0 0.96 0.22 0.42 313.94 0.92 0.3
Hex 94 6 73 0 60 16 2A 13A 5C 1E
Octal 224 6 163 0 140 26 52 472 134 36
Binary 10010100 110 1110011 0 1100000 10110 101010 100111010 1011100 11110

Color Harmonies of #940673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940673

Black with #940673

Text Example


Text Example

White with #940673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940673; }

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

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

background-color css

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

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

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

border-color css

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

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

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