Html Css Color HEX #950355 Eggplant

📋 copy color: '#950355'

red 149 ◦ green 3 ◦ blue 85

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

Shades of Eggplant #950355

Tints of Eggplant #950355

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.27%

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

R = 62.87%
G = 1.27%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#950355 (or 0x950355) is known color: Eggplant. HEX triplet: 95, 03 and 55. RGB value is (149,3,85). Sum of RGB (Red+Green+Blue) = 149+3+85=237 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.87% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 85 (33.59% from 255 or 35.86% from 237); Max value from RGB is 149 - color contains mainly: red. Hex color #950355 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950355 is #6AFCAA. Grayscale: #373737. Windows color (decimal): -7011499 or 5571477. OLE color: 5571477.

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

Color convert

RGB 149 3 85 -
CMYK 0 0.98 0.43 0.42
HSL 326.3º 0.96% 0.3% -
HSV(B) 326.3º 0.98% 0.58% -
XYZ 14.07 7.11 9.23 -
YUV 56 144.37 194.33 -
System Red Green Blue C M Y K H S L
Decimal 149 3 85 0 0.98 0.43 0.42 326.3 0.96 0.3
Hex 95 3 55 0 62 2B 2A 146 60 1E
Octal 225 3 125 0 142 53 52 506 140 36
Binary 10010101 11 1010101 0 1100010 101011 101010 101000110 1100000 11110

Color Harmonies of #950355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950355

Black with #950355

Text Example


Text Example

White with #950355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950355; }

 p { color: rgb(149,3,85); }

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

background-color css

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

 a { background-color: rgb(149,3,85); }

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

border-color css

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

 span { border-color: rgb(149,3,85); }

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