Html Css Color HEX #940053 Eggplant

📋 copy color: '#940053'

red 148 ◦ green 0 ◦ blue 83

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

Shades of Eggplant #940053

Tints of Eggplant #940053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 35.93%

R = 64.07%
G = 0%
B = 35.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#940053 (or 0x940053) is known color: Eggplant. HEX triplet: 94, 00 and 53. RGB value is (148,0,83). Sum of RGB (Red+Green+Blue) = 148+0+83=231 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.07% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 148 - color contains mainly: red. Hex color #940053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940053 is #6BFFAC. Grayscale: #353535. Windows color (decimal): -7077805 or 5439636. OLE color: 5439636.

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

Color convert

RGB 148 0 83 -
CMYK 0 1 0.44 0.42
HSL 326.35º 1% 0.29% -
HSV(B) 326.35º 1% 0.58% -
XYZ 13.77 6.92 8.79 -
YUV 53.71 144.53 195.25 -
System Red Green Blue C M Y K H S L
Decimal 148 0 83 0 1 0.44 0.42 326.35 1 0.29
Hex 94 0 53 0 64 2C 2A 146 64 1D
Octal 224 0 123 0 144 54 52 506 144 35
Binary 10010100 0 1010011 0 1100100 101100 101010 101000110 1100100 11101

Color Harmonies of #940053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940053

Black with #940053

Text Example


Text Example

White with #940053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940053; }

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

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

background-color css

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

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

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

border-color css

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

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

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