Html Css Color HEX #950278 Eggplant

📋 copy color: '#950278'

red 149 ◦ green 2 ◦ blue 120

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

Shades of Eggplant #950278

Tints of Eggplant #950278

RGB

 RED value IS 149 (58.59% from 255) = 54.98%

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

 BLUE value IS 120 (47.27% from 255) = 44.28%

R = 54.98%
G = 0.74%
B = 44.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#950278 (or 0x950278) is known color: Eggplant. HEX triplet: 95, 02 and 78. RGB value is (149,2,120). Sum of RGB (Red+Green+Blue) = 149+2+120=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #950278 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950278 is #6AFD87. Grayscale: #3B3B3B. Windows color (decimal): -7011720 or 7864981. OLE color: 7864981.

HSL color Cylindrical-coordinate representation of color #950278: hue angle of 311.84º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #950278 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 2 120 -
CMYK 0 0.99 0.19 0.42
HSL 311.84º 0.97% 0.3% -
HSV(B) 311.84º 0.99% 0.58% -
XYZ 15.81 7.79 18.44 -
YUV 59.41 162.2 191.91 -
System Red Green Blue C M Y K H S L
Decimal 149 2 120 0 0.99 0.19 0.42 311.84 0.97 0.3
Hex 95 2 78 0 63 13 2A 138 61 1E
Octal 225 2 170 0 143 23 52 470 141 36
Binary 10010101 10 1111000 0 1100011 10011 101010 100111000 1100001 11110

Color Harmonies of #950278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950278

Black with #950278

Text Example


Text Example

White with #950278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950278; }

 p { color: rgb(149,2,120); }

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

background-color css

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

 a { background-color: rgb(149,2,120); }

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

border-color css

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

 span { border-color: rgb(149,2,120); }

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