Html Css Color HEX #940365 Eggplant

📋 copy color: '#940365'

red 148 ◦ green 3 ◦ blue 101

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

Shades of Eggplant #940365

Tints of Eggplant #940365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 40.08%

R = 58.73%
G = 1.19%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#940365 (or 0x940365) is known color: Eggplant. HEX triplet: 94, 03 and 65. RGB value is (148,3,101). Sum of RGB (Red+Green+Blue) = 148+3+101=252 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.73% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 148 - color contains mainly: red. Hex color #940365 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940365 is #6BFC9A. Grayscale: #393939. Windows color (decimal): -7077019 or 6620052. OLE color: 6620052.

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

Color convert

RGB 148 3 101 -
CMYK 0 0.98 0.32 0.42
HSL 319.45º 0.96% 0.3% -
HSV(B) 319.45º 0.98% 0.58% -
XYZ 14.59 7.3 12.95 -
YUV 57.53 152.54 192.53 -
System Red Green Blue C M Y K H S L
Decimal 148 3 101 0 0.98 0.32 0.42 319.45 0.96 0.3
Hex 94 3 65 0 62 20 2A 13F 60 1E
Octal 224 3 145 0 142 40 52 477 140 36
Binary 10010100 11 1100101 0 1100010 100000 101010 100111111 1100000 11110

Color Harmonies of #940365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940365

Black with #940365

Text Example


Text Example

White with #940365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940365; }

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

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

background-color css

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

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

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

border-color css

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

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

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