Html Css Color HEX #940073 Eggplant

📋 copy color: '#940073'

red 148 ◦ green 0 ◦ blue 115

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

Shades of Eggplant #940073

Tints of Eggplant #940073

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 56.27%
G = 0%
B = 43.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#940073 (or 0x940073) is known color: Eggplant. HEX triplet: 94, 00 and 73. RGB value is (148,0,115). Sum of RGB (Red+Green+Blue) = 148+0+115=263 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.27% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 148 - color contains mainly: red. Hex color #940073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940073 is #6BFF8C. Grayscale: #393939. Windows color (decimal): -7077773 or 7536788. OLE color: 7536788.

HSL color Cylindrical-coordinate representation of color #940073: hue angle of 313.38º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #940073 is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 0 115 -
CMYK 0 1 0.22 0.42
HSL 313.38º 1% 0.29% -
HSV(B) 313.38º 1% 0.58% -
XYZ 15.31 7.53 16.87 -
YUV 57.36 160.53 192.65 -
System Red Green Blue C M Y K H S L
Decimal 148 0 115 0 1 0.22 0.42 313.38 1 0.29
Hex 94 0 73 0 64 16 2A 139 64 1D
Octal 224 0 163 0 144 26 52 471 144 35
Binary 10010100 0 1110011 0 1100100 10110 101010 100111001 1100100 11101

Color Harmonies of #940073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940073

Black with #940073

Text Example


Text Example

White with #940073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940073; }

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

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

background-color css

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

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

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

border-color css

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

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

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