Html Css Color HEX #940165 Eggplant

📋 copy color: '#940165'

red 148 ◦ green 1 ◦ blue 101

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

Shades of Eggplant #940165

Tints of Eggplant #940165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 40.4%

R = 59.2%
G = 0.4%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#940165 (or 0x940165) is known color: Eggplant. HEX triplet: 94, 01 and 65. RGB value is (148,1,101). Sum of RGB (Red+Green+Blue) = 148+1+101=250 (33% of max value = 765). Red value is 148 (58.20% from 255 or 59.2% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 101 (39.84% from 255 or 40.4% from 250); Max value from RGB is 148 - color contains mainly: red. Hex color #940165 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940165 is #6BFE9A. Grayscale: #383838. Windows color (decimal): -7077531 or 6619540. OLE color: 6619540.

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

Color convert

RGB 148 1 101 -
CMYK 0 0.99 0.32 0.42
HSL 319.18º 0.99% 0.29% -
HSV(B) 319.18º 0.99% 0.58% -
XYZ 14.57 7.26 12.94 -
YUV 56.35 153.2 193.37 -
System Red Green Blue C M Y K H S L
Decimal 148 1 101 0 0.99 0.32 0.42 319.18 0.99 0.29
Hex 94 1 65 0 63 20 2A 13F 63 1D
Octal 224 1 145 0 143 40 52 477 143 35
Binary 10010100 1 1100101 0 1100011 100000 101010 100111111 1100011 11101

Color Harmonies of #940165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940165

Black with #940165

Text Example


Text Example

White with #940165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940165; }

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

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

background-color css

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

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

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

border-color css

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

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

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