Html Css Color HEX #94136C Eggplant

📋 copy color: '#94136C'

red 148 ◦ green 19 ◦ blue 108

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

Shades of Eggplant #94136C

Tints of Eggplant #94136C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.91%

 BLUE value IS 108 (42.58% from 255) = 39.27%

R = 53.82%
G = 6.91%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#94136C (or 0x94136C) is known color: Eggplant. HEX triplet: 94, 13 and 6C. RGB value is (148,19,108). Sum of RGB (Red+Green+Blue) = 148+19+108=275 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.82% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 148 - color contains mainly: red. Hex color #94136C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94136C is #6BEC93. Grayscale: #434343. Windows color (decimal): -7072916 or 7082900. OLE color: 7082900.

HSL color Cylindrical-coordinate representation of color #94136C: hue angle of 318.6º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #94136C is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 19 108 -
CMYK 0 0.87 0.27 0.42
HSL 318.6º 0.77% 0.33% -
HSV(B) 318.6º 0.87% 0.58% -
XYZ 15.15 7.84 14.9 -
YUV 67.72 150.74 185.26 -
System Red Green Blue C M Y K H S L
Decimal 148 19 108 0 0.87 0.27 0.42 318.6 0.77 0.33
Hex 94 13 6C 0 57 1B 2A 13F 4D 21
Octal 224 23 154 0 127 33 52 477 115 41
Binary 10010100 10011 1101100 0 1010111 11011 101010 100111111 1001101 100001

Color Harmonies of #94136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94136C

Black with #94136C

Text Example


Text Example

White with #94136C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94136C; }

 p { color: rgb(148,19,108); }

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

background-color css

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

 a { background-color: rgb(148,19,108); }

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

border-color css

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

 span { border-color: rgb(148,19,108); }

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