Html Css Color HEX #940775 Eggplant

📋 copy color: '#940775'

red 148 ◦ green 7 ◦ blue 117

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

Shades of Eggplant #940775

Tints of Eggplant #940775

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.57%

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

R = 54.41%
G = 2.57%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#940775 (or 0x940775) is known color: Eggplant. HEX triplet: 94, 07 and 75. RGB value is (148,7,117). Sum of RGB (Red+Green+Blue) = 148+7+117=272 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.41% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 148 - color contains mainly: red. Hex color #940775 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940775 is #6BF88A. Grayscale: #3D3D3D. Windows color (decimal): -7075979 or 7669652. OLE color: 7669652.

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

Color convert

RGB 148 7 117 -
CMYK 0 0.95 0.21 0.42
HSL 313.19º 0.91% 0.3% -
HSV(B) 313.19º 0.95% 0.58% -
XYZ 15.5 7.73 17.51 -
YUV 61.7 159.21 189.56 -
System Red Green Blue C M Y K H S L
Decimal 148 7 117 0 0.95 0.21 0.42 313.19 0.91 0.3
Hex 94 7 75 0 5F 15 2A 139 5B 1E
Octal 224 7 165 0 137 25 52 471 133 36
Binary 10010100 111 1110101 0 1011111 10101 101010 100111001 1011011 11110

Color Harmonies of #940775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940775

Black with #940775

Text Example


Text Example

White with #940775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940775; }

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

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

background-color css

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

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

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

border-color css

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

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

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