Html Css Color HEX #940362 Eggplant

📋 copy color: '#940362'

red 148 ◦ green 3 ◦ blue 98

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

Shades of Eggplant #940362

Tints of Eggplant #940362

RGB

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

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

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

R = 59.44%
G = 1.2%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#940362 (or 0x940362) is known color: Eggplant. HEX triplet: 94, 03 and 62. RGB value is (148,3,98). Sum of RGB (Red+Green+Blue) = 148+3+98=249 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.44% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 98 (38.67% from 255 or 39.36% from 249); Max value from RGB is 148 - color contains mainly: red. Hex color #940362 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940362 is #6BFC9D. Grayscale: #383838. Windows color (decimal): -7077022 or 6423444. OLE color: 6423444.

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

Color convert

RGB 148 3 98 -
CMYK 0 0.98 0.34 0.42
HSL 320.69º 0.96% 0.3% -
HSV(B) 320.69º 0.98% 0.58% -
XYZ 14.45 7.24 12.19 -
YUV 57.19 151.04 192.78 -
System Red Green Blue C M Y K H S L
Decimal 148 3 98 0 0.98 0.34 0.42 320.69 0.96 0.3
Hex 94 3 62 0 62 22 2A 141 60 1E
Octal 224 3 142 0 142 42 52 501 140 36
Binary 10010100 11 1100010 0 1100010 100010 101010 101000001 1100000 11110

Color Harmonies of #940362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940362

Black with #940362

Text Example


Text Example

White with #940362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940362; }

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

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

background-color css

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

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

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

border-color css

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

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

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