Html Css Color HEX #940970 Eggplant

📋 copy color: '#940970'

red 148 ◦ green 9 ◦ blue 112

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

Shades of Eggplant #940970

Tints of Eggplant #940970

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.35%

 BLUE value IS 112 (44.14% from 255) = 41.64%

R = 55.02%
G = 3.35%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#940970 (or 0x940970) is known color: Eggplant. HEX triplet: 94, 09 and 70. RGB value is (148,9,112). Sum of RGB (Red+Green+Blue) = 148+9+112=269 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.02% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 112 (44.14% from 255 or 41.64% from 269); Max value from RGB is 148 - color contains mainly: red. Hex color #940970 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940970 is #6BF68F. Grayscale: #3E3E3E. Windows color (decimal): -7075472 or 7342484. OLE color: 7342484.

HSL color Cylindrical-coordinate representation of color #940970: hue angle of 315.54º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940970 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 9 112 -
CMYK 0 0.94 0.24 0.42
HSL 315.54º 0.89% 0.31% -
HSV(B) 315.54º 0.94% 0.58% -
XYZ 15.24 7.66 16.01 -
YUV 62.3 156.05 189.12 -
System Red Green Blue C M Y K H S L
Decimal 148 9 112 0 0.94 0.24 0.42 315.54 0.89 0.31
Hex 94 9 70 0 5E 18 2A 13C 59 1F
Octal 224 11 160 0 136 30 52 474 131 37
Binary 10010100 1001 1110000 0 1011110 11000 101010 100111100 1011001 11111

Color Harmonies of #940970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940970

Black with #940970

Text Example


Text Example

White with #940970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940970; }

 p { color: rgb(148,9,112); }

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

background-color css

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

 a { background-color: rgb(148,9,112); }

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

border-color css

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

 span { border-color: rgb(148,9,112); }

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