Html Css Color HEX #940D71 Eggplant

📋 copy color: '#940D71'

red 148 ◦ green 13 ◦ blue 113

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

Shades of Eggplant #940D71

Tints of Eggplant #940D71

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.74%

 BLUE value IS 113 (44.53% from 255) = 41.24%

R = 54.01%
G = 4.74%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#940D71 (or 0x940D71) is known color: Eggplant. HEX triplet: 94, 0D and 71. RGB value is (148,13,113). Sum of RGB (Red+Green+Blue) = 148+13+113=274 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.01% from 274); Green value is 13 (5.47% from 255 or 4.74% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 148 - color contains mainly: red. Hex color #940D71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940D71 is #6BF28E. Grayscale: #404040. Windows color (decimal): -7074447 or 7409044. OLE color: 7409044.

HSL color Cylindrical-coordinate representation of color #940D71: hue angle of 315.56º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #940D71 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 13 113 -
CMYK 0 0.91 0.24 0.42
HSL 315.56º 0.84% 0.32% -
HSV(B) 315.56º 0.91% 0.58% -
XYZ 15.34 7.78 16.32 -
YUV 64.77 155.23 187.37 -
System Red Green Blue C M Y K H S L
Decimal 148 13 113 0 0.91 0.24 0.42 315.56 0.84 0.32
Hex 94 D 71 0 5B 18 2A 13C 54 20
Octal 224 15 161 0 133 30 52 474 124 40
Binary 10010100 1101 1110001 0 1011011 11000 101010 100111100 1010100 100000

Color Harmonies of #940D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940D71

Black with #940D71

Text Example


Text Example

White with #940D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940D71; }

 p { color: rgb(148,13,113); }

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

background-color css

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

 a { background-color: rgb(148,13,113); }

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

border-color css

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

 span { border-color: rgb(148,13,113); }

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