Html Css Color HEX #940368 Eggplant

📋 copy color: '#940368'

red 148 ◦ green 3 ◦ blue 104

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

Shades of Eggplant #940368

Tints of Eggplant #940368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 40.78%

R = 58.04%
G = 1.18%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#940368 (or 0x940368) is known color: Eggplant. HEX triplet: 94, 03 and 68. RGB value is (148,3,104). Sum of RGB (Red+Green+Blue) = 148+3+104=255 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.04% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 148 - color contains mainly: red. Hex color #940368 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940368 is #6BFC97. Grayscale: #393939. Windows color (decimal): -7077016 or 6816660. OLE color: 6816660.

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

Color convert

RGB 148 3 104 -
CMYK 0 0.98 0.30 0.42
HSL 318.21º 0.96% 0.3% -
HSV(B) 318.21º 0.98% 0.58% -
XYZ 14.74 7.36 13.74 -
YUV 57.87 154.04 192.29 -
System Red Green Blue C M Y K H S L
Decimal 148 3 104 0 0.98 0.30 0.42 318.21 0.96 0.3
Hex 94 3 68 0 62 1E 2A 13E 60 1E
Octal 224 3 150 0 142 36 52 476 140 36
Binary 10010100 11 1101000 0 1100010 11110 101010 100111110 1100000 11110

Color Harmonies of #940368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940368

Black with #940368

Text Example


Text Example

White with #940368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940368; }

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

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

background-color css

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

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

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

border-color css

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

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

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