Html Css Color HEX #940B6D Eggplant

📋 copy color: '#940B6D'

red 148 ◦ green 11 ◦ blue 109

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

Shades of Eggplant #940B6D

Tints of Eggplant #940B6D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.1%

 BLUE value IS 109 (42.97% from 255) = 40.67%

R = 55.22%
G = 4.1%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#940B6D (or 0x940B6D) is known color: Eggplant. HEX triplet: 94, 0B and 6D. RGB value is (148,11,109). Sum of RGB (Red+Green+Blue) = 148+11+109=268 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.22% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 148 - color contains mainly: red. Hex color #940B6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940B6D is #6BF492. Grayscale: #3E3E3E. Windows color (decimal): -7074963 or 7146388. OLE color: 7146388.

HSL color Cylindrical-coordinate representation of color #940B6D: hue angle of 317.08º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #940B6D is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 11 109 -
CMYK 0 0.93 0.26 0.42
HSL 317.08º 0.86% 0.31% -
HSV(B) 317.08º 0.93% 0.58% -
XYZ 15.09 7.64 15.15 -
YUV 63.14 153.89 188.53 -
System Red Green Blue C M Y K H S L
Decimal 148 11 109 0 0.93 0.26 0.42 317.08 0.86 0.31
Hex 94 B 6D 0 5D 1A 2A 13D 56 1F
Octal 224 13 155 0 135 32 52 475 126 37
Binary 10010100 1011 1101101 0 1011101 11010 101010 100111101 1010110 11111

Color Harmonies of #940B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940B6D

Black with #940B6D

Text Example


Text Example

White with #940B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,11,109); }

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

background-color css

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

 a { background-color: rgb(148,11,109); }

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

border-color css

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

 span { border-color: rgb(148,11,109); }

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