Html Css Color HEX #940166 Eggplant

📋 copy color: '#940166'

red 148 ◦ green 1 ◦ blue 102

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

Shades of Eggplant #940166

Tints of Eggplant #940166

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 58.96%
G = 0.4%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#940166 (or 0x940166) is known color: Eggplant. HEX triplet: 94, 01 and 66. RGB value is (148,1,102). Sum of RGB (Red+Green+Blue) = 148+1+102=251 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.96% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 102 (40.23% from 255 or 40.64% from 251); Max value from RGB is 148 - color contains mainly: red. Hex color #940166 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940166 is #6BFE99. Grayscale: #383838. Windows color (decimal): -7077530 or 6685076. OLE color: 6685076.

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

Color convert

RGB 148 1 102 -
CMYK 0 0.99 0.31 0.42
HSL 318.78º 0.99% 0.29% -
HSV(B) 318.78º 0.99% 0.58% -
XYZ 14.62 7.28 13.2 -
YUV 56.47 153.7 193.29 -
System Red Green Blue C M Y K H S L
Decimal 148 1 102 0 0.99 0.31 0.42 318.78 0.99 0.29
Hex 94 1 66 0 63 1F 2A 13F 63 1D
Octal 224 1 146 0 143 37 52 477 143 35
Binary 10010100 1 1100110 0 1100011 11111 101010 100111111 1100011 11101

Color Harmonies of #940166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940166

Black with #940166

Text Example


Text Example

White with #940166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940166; }

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

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

background-color css

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

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

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

border-color css

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

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

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