Html Css Color HEX #940258 Eggplant

📋 copy color: '#940258'

red 148 ◦ green 2 ◦ blue 88

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

Shades of Eggplant #940258

Tints of Eggplant #940258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 36.97%

R = 62.18%
G = 0.84%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#940258 (or 0x940258) is known color: Eggplant. HEX triplet: 94, 02 and 58. RGB value is (148,2,88). Sum of RGB (Red+Green+Blue) = 148+2+88=238 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.18% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 148 - color contains mainly: red. Hex color #940258 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940258 is #6BFDA7. Grayscale: #373737. Windows color (decimal): -7077288 or 5767828. OLE color: 5767828.

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

Color convert

RGB 148 2 88 -
CMYK 0 0.99 0.41 0.42
HSL 324.66º 0.97% 0.29% -
HSV(B) 324.66º 0.99% 0.58% -
XYZ 14 7.04 9.85 -
YUV 55.46 146.37 194.01 -
System Red Green Blue C M Y K H S L
Decimal 148 2 88 0 0.99 0.41 0.42 324.66 0.97 0.29
Hex 94 2 58 0 63 29 2A 145 61 1D
Octal 224 2 130 0 143 51 52 505 141 35
Binary 10010100 10 1011000 0 1100011 101001 101010 101000101 1100001 11101

Color Harmonies of #940258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940258

Black with #940258

Text Example


Text Example

White with #940258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940258; }

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

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

background-color css

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

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

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

border-color css

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

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

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