Html Css Color HEX #940168 Eggplant

📋 copy color: '#940168'

red 148 ◦ green 1 ◦ blue 104

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

Shades of Eggplant #940168

Tints of Eggplant #940168

RGB

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

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

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

R = 58.5%
G = 0.4%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#940168 (or 0x940168) is known color: Eggplant. HEX triplet: 94, 01 and 68. RGB value is (148,1,104). Sum of RGB (Red+Green+Blue) = 148+1+104=253 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.50% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 148 - color contains mainly: red. Hex color #940168 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940168 is #6BFE97. Grayscale: #383838. Windows color (decimal): -7077528 or 6816148. OLE color: 6816148.

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

Color convert

RGB 148 1 104 -
CMYK 0 0.99 0.30 0.42
HSL 317.96º 0.99% 0.29% -
HSV(B) 317.96º 0.99% 0.58% -
XYZ 14.72 7.32 13.73 -
YUV 56.7 154.7 193.12 -
System Red Green Blue C M Y K H S L
Decimal 148 1 104 0 0.99 0.30 0.42 317.96 0.99 0.29
Hex 94 1 68 0 63 1E 2A 13E 63 1D
Octal 224 1 150 0 143 36 52 476 143 35
Binary 10010100 1 1101000 0 1100011 11110 101010 100111110 1100011 11101

Color Harmonies of #940168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940168

Black with #940168

Text Example


Text Example

White with #940168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940168; }

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

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

background-color css

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

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

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

border-color css

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

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

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