Html Css Color HEX #94016F Eggplant

📋 copy color: '#94016F'

red 148 ◦ green 1 ◦ blue 111

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

Shades of Eggplant #94016F

Tints of Eggplant #94016F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 42.69%

R = 56.92%
G = 0.38%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#94016F (or 0x94016F) is known color: Eggplant. HEX triplet: 94, 01 and 6F. RGB value is (148,1,111). Sum of RGB (Red+Green+Blue) = 148+1+111=260 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.92% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 148 - color contains mainly: red. Hex color #94016F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94016F is #6BFE90. Grayscale: #393939. Windows color (decimal): -7077521 or 7274900. OLE color: 7274900.

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

Color convert

RGB 148 1 111 -
CMYK 0 0.99 0.25 0.42
HSL 315.1º 0.99% 0.29% -
HSV(B) 315.1º 0.99% 0.58% -
XYZ 15.09 7.47 15.68 -
YUV 57.49 158.2 192.56 -
System Red Green Blue C M Y K H S L
Decimal 148 1 111 0 0.99 0.25 0.42 315.1 0.99 0.29
Hex 94 1 6F 0 63 19 2A 13B 63 1D
Octal 224 1 157 0 143 31 52 473 143 35
Binary 10010100 1 1101111 0 1100011 11001 101010 100111011 1100011 11101

Color Harmonies of #94016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94016F

Black with #94016F

Text Example


Text Example

White with #94016F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94016F; }

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

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

background-color css

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

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

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

border-color css

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

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

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