Html Css Color HEX #940375 Eggplant

📋 copy color: '#940375'

red 148 ◦ green 3 ◦ blue 117

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

Shades of Eggplant #940375

Tints of Eggplant #940375

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

 BLUE value IS 117 (46.09% from 255) = 43.66%

R = 55.22%
G = 1.12%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#940375 (or 0x940375) is known color: Eggplant. HEX triplet: 94, 03 and 75. RGB value is (148,3,117). Sum of RGB (Red+Green+Blue) = 148+3+117=268 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.22% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 148 - color contains mainly: red. Hex color #940375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940375 is #6BFC8A. Grayscale: #3B3B3B. Windows color (decimal): -7077003 or 7668628. OLE color: 7668628.

HSL color Cylindrical-coordinate representation of color #940375: hue angle of 312.83º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #940375 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 3 117 -
CMYK 0 0.98 0.21 0.42
HSL 312.83º 0.96% 0.3% -
HSV(B) 312.83º 0.98% 0.58% -
XYZ 15.46 7.65 17.49 -
YUV 59.35 160.54 191.23 -
System Red Green Blue C M Y K H S L
Decimal 148 3 117 0 0.98 0.21 0.42 312.83 0.96 0.3
Hex 94 3 75 0 62 15 2A 139 60 1E
Octal 224 3 165 0 142 25 52 471 140 36
Binary 10010100 11 1110101 0 1100010 10101 101010 100111001 1100000 11110

Color Harmonies of #940375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940375

Black with #940375

Text Example


Text Example

White with #940375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940375; }

 p { color: rgb(148,3,117); }

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

background-color css

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

 a { background-color: rgb(148,3,117); }

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

border-color css

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

 span { border-color: rgb(148,3,117); }

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