Html Css Color HEX #950466 Eggplant

📋 copy color: '#950466'

red 149 ◦ green 4 ◦ blue 102

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

Shades of Eggplant #950466

Tints of Eggplant #950466

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.57%

 BLUE value IS 102 (40.23% from 255) = 40%

R = 58.43%
G = 1.57%
B = 40%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#950466 (or 0x950466) is known color: Eggplant. HEX triplet: 95, 04 and 66. RGB value is (149,4,102). Sum of RGB (Red+Green+Blue) = 149+4+102=255 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.43% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 102 (40.23% from 255 or 40% from 255); Max value from RGB is 149 - color contains mainly: red. Hex color #950466 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950466 is #6AFB99. Grayscale: #3A3A3A. Windows color (decimal): -7011226 or 6685845. OLE color: 6685845.

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

Color convert

RGB 149 4 102 -
CMYK 0 0.97 0.32 0.42
HSL 319.45º 0.95% 0.3% -
HSV(B) 319.45º 0.97% 0.58% -
XYZ 14.84 7.44 13.22 -
YUV 58.53 152.54 192.53 -
System Red Green Blue C M Y K H S L
Decimal 149 4 102 0 0.97 0.32 0.42 319.45 0.95 0.3
Hex 95 4 66 0 61 20 2A 13F 5F 1E
Octal 225 4 146 0 141 40 52 477 137 36
Binary 10010101 100 1100110 0 1100001 100000 101010 100111111 1011111 11110

Color Harmonies of #950466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950466

Black with #950466

Text Example


Text Example

White with #950466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950466; }

 p { color: rgb(149,4,102); }

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

background-color css

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

 a { background-color: rgb(149,4,102); }

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

border-color css

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

 span { border-color: rgb(149,4,102); }

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