Html Css Color HEX #940062 Eggplant

📋 copy color: '#940062'

red 148 ◦ green 0 ◦ blue 98

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

Shades of Eggplant #940062

Tints of Eggplant #940062

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 98 (38.67% from 255) = 39.84%

R = 60.16%
G = 0%
B = 39.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#940062 (or 0x940062) is known color: Eggplant. HEX triplet: 94, 00 and 62. RGB value is (148,0,98). Sum of RGB (Red+Green+Blue) = 148+0+98=246 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.16% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 148 - color contains mainly: red. Hex color #940062 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940062 is #6BFF9D. Grayscale: #373737. Windows color (decimal): -7077790 or 6422676. OLE color: 6422676.

HSL color Cylindrical-coordinate representation of color #940062: hue angle of 320.27º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #940062 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 0 98 -
CMYK 0 1 0.34 0.42
HSL 320.27º 1% 0.29% -
HSV(B) 320.27º 1% 0.58% -
XYZ 14.42 7.18 12.18 -
YUV 55.42 152.03 194.03 -
System Red Green Blue C M Y K H S L
Decimal 148 0 98 0 1 0.34 0.42 320.27 1 0.29
Hex 94 0 62 0 64 22 2A 140 64 1D
Octal 224 0 142 0 144 42 52 500 144 35
Binary 10010100 0 1100010 0 1100100 100010 101010 101000000 1100100 11101

Color Harmonies of #940062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940062

Black with #940062

Text Example


Text Example

White with #940062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940062; }

 p { color: rgb(148,0,98); }

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

background-color css

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

 a { background-color: rgb(148,0,98); }

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

border-color css

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

 span { border-color: rgb(148,0,98); }

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