Html Css Color HEX #940153 Eggplant

📋 copy color: '#940153'

red 148 ◦ green 1 ◦ blue 83

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

Shades of Eggplant #940153

Tints of Eggplant #940153

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 63.79%
G = 0.43%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#940153 (or 0x940153) is known color: Eggplant. HEX triplet: 94, 01 and 53. RGB value is (148,1,83). Sum of RGB (Red+Green+Blue) = 148+1+83=232 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.79% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 148 - color contains mainly: red. Hex color #940153 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940153 is #6BFEAC. Grayscale: #363636. Windows color (decimal): -7077549 or 5439892. OLE color: 5439892.

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

Color convert

RGB 148 1 83 -
CMYK 0 0.99 0.44 0.42
HSL 326.53º 0.99% 0.29% -
HSV(B) 326.53º 0.99% 0.58% -
XYZ 13.78 6.94 8.8 -
YUV 54.3 144.2 194.83 -
System Red Green Blue C M Y K H S L
Decimal 148 1 83 0 0.99 0.44 0.42 326.53 0.99 0.29
Hex 94 1 53 0 63 2C 2A 147 63 1D
Octal 224 1 123 0 143 54 52 507 143 35
Binary 10010100 1 1010011 0 1100011 101100 101010 101000111 1100011 11101

Color Harmonies of #940153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940153

Black with #940153

Text Example


Text Example

White with #940153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940153; }

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

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

background-color css

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

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

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

border-color css

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

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

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