Html Css Color HEX #940066 Eggplant

📋 copy color: '#940066'

red 148 ◦ green 0 ◦ blue 102

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

Shades of Eggplant #940066

Tints of Eggplant #940066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 40.8%

R = 59.2%
G = 0%
B = 40.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#940066 (or 0x940066) is known color: Eggplant. HEX triplet: 94, 00 and 66. RGB value is (148,0,102). Sum of RGB (Red+Green+Blue) = 148+0+102=250 (33% of max value = 765). Red value is 148 (58.20% from 255 or 59.2% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 148 - color contains mainly: red. Hex color #940066 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940066 is #6BFF99. Grayscale: #373737. Windows color (decimal): -7077786 or 6684820. OLE color: 6684820.

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

Color convert

RGB 148 0 102 -
CMYK 0 1 0.31 0.42
HSL 318.65º 1% 0.29% -
HSV(B) 318.65º 1% 0.58% -
XYZ 14.61 7.26 13.2 -
YUV 55.88 154.03 193.71 -
System Red Green Blue C M Y K H S L
Decimal 148 0 102 0 1 0.31 0.42 318.65 1 0.29
Hex 94 0 66 0 64 1F 2A 13F 64 1D
Octal 224 0 146 0 144 37 52 477 144 35
Binary 10010100 0 1100110 0 1100100 11111 101010 100111111 1100100 11101

Color Harmonies of #940066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940066

Black with #940066

Text Example


Text Example

White with #940066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940066; }

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

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

background-color css

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

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

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

border-color css

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

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

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