Html Css Color HEX #940261 Eggplant

📋 copy color: '#940261'

red 148 ◦ green 2 ◦ blue 97

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

Shades of Eggplant #940261

Tints of Eggplant #940261

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

 BLUE value IS 97 (38.28% from 255) = 39.27%

R = 59.92%
G = 0.81%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#940261 (or 0x940261) is known color: Eggplant. HEX triplet: 94, 02 and 61. RGB value is (148,2,97). Sum of RGB (Red+Green+Blue) = 148+2+97=247 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.92% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 148 - color contains mainly: red. Hex color #940261 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940261 is #6BFD9E. Grayscale: #383838. Windows color (decimal): -7077279 or 6357652. OLE color: 6357652.

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

Color convert

RGB 148 2 97 -
CMYK 0 0.99 0.34 0.42
HSL 320.96º 0.97% 0.29% -
HSV(B) 320.96º 0.99% 0.58% -
XYZ 14.39 7.2 11.94 -
YUV 56.48 150.87 193.28 -
System Red Green Blue C M Y K H S L
Decimal 148 2 97 0 0.99 0.34 0.42 320.96 0.97 0.29
Hex 94 2 61 0 63 22 2A 141 61 1D
Octal 224 2 141 0 143 42 52 501 141 35
Binary 10010100 10 1100001 0 1100011 100010 101010 101000001 1100001 11101

Color Harmonies of #940261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940261

Black with #940261

Text Example


Text Example

White with #940261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940261; }

 p { color: rgb(148,2,97); }

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

background-color css

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

 a { background-color: rgb(148,2,97); }

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

border-color css

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

 span { border-color: rgb(148,2,97); }

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