Html Css Color HEX #940255 Eggplant

📋 copy color: '#940255'

red 148 ◦ green 2 ◦ blue 85

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

Shades of Eggplant #940255

Tints of Eggplant #940255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 36.17%

R = 62.98%
G = 0.85%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#940255 (or 0x940255) is known color: Eggplant. HEX triplet: 94, 02 and 55. RGB value is (148,2,85). Sum of RGB (Red+Green+Blue) = 148+2+85=235 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.98% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 148 - color contains mainly: red. Hex color #940255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940255 is #6BFDAA. Grayscale: #363636. Windows color (decimal): -7077291 or 5571220. OLE color: 5571220.

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

Color convert

RGB 148 2 85 -
CMYK 0 0.99 0.43 0.42
HSL 325.89º 0.97% 0.29% -
HSV(B) 325.89º 0.99% 0.58% -
XYZ 13.87 7 9.21 -
YUV 55.12 144.87 194.25 -
System Red Green Blue C M Y K H S L
Decimal 148 2 85 0 0.99 0.43 0.42 325.89 0.97 0.29
Hex 94 2 55 0 63 2B 2A 146 61 1D
Octal 224 2 125 0 143 53 52 506 141 35
Binary 10010100 10 1010101 0 1100011 101011 101010 101000110 1100001 11101

Color Harmonies of #940255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940255

Black with #940255

Text Example


Text Example

White with #940255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940255; }

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

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

background-color css

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

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

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

border-color css

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

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

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