Html Css Color HEX #940072 Eggplant

📋 copy color: '#940072'

red 148 ◦ green 0 ◦ blue 114

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

Shades of Eggplant #940072

Tints of Eggplant #940072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 43.51%

R = 56.49%
G = 0%
B = 43.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#940072 (or 0x940072) is known color: Eggplant. HEX triplet: 94, 00 and 72. RGB value is (148,0,114). Sum of RGB (Red+Green+Blue) = 148+0+114=262 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.49% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 148 - color contains mainly: red. Hex color #940072 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940072 is #6BFF8D. Grayscale: #383838. Windows color (decimal): -7077774 or 7471252. OLE color: 7471252.

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

Color convert

RGB 148 0 114 -
CMYK 0 1 0.23 0.42
HSL 313.78º 1% 0.29% -
HSV(B) 313.78º 1% 0.58% -
XYZ 15.25 7.51 16.57 -
YUV 57.25 160.03 192.73 -
System Red Green Blue C M Y K H S L
Decimal 148 0 114 0 1 0.23 0.42 313.78 1 0.29
Hex 94 0 72 0 64 17 2A 13A 64 1D
Octal 224 0 162 0 144 27 52 472 144 35
Binary 10010100 0 1110010 0 1100100 10111 101010 100111010 1100100 11101

Color Harmonies of #940072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940072

Black with #940072

Text Example


Text Example

White with #940072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940072; }

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

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

background-color css

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

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

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

border-color css

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

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

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