Html Css Color HEX #950375 Eggplant

📋 copy color: '#950375'

red 149 ◦ green 3 ◦ blue 117

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

Shades of Eggplant #950375

Tints of Eggplant #950375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.49%

R = 55.39%
G = 1.12%
B = 43.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#950375 (or 0x950375) is known color: Eggplant. HEX triplet: 95, 03 and 75. RGB value is (149,3,117). Sum of RGB (Red+Green+Blue) = 149+3+117=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 117 (46.09% from 255 or 43.49% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #950375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950375 is #6AFC8A. Grayscale: #3B3B3B. Windows color (decimal): -7011467 or 7668629. OLE color: 7668629.

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

Color convert

RGB 149 3 117 -
CMYK 0 0.98 0.21 0.42
HSL 313.15º 0.96% 0.3% -
HSV(B) 313.15º 0.98% 0.58% -
XYZ 15.64 7.74 17.5 -
YUV 59.65 160.37 191.73 -
System Red Green Blue C M Y K H S L
Decimal 149 3 117 0 0.98 0.21 0.42 313.15 0.96 0.3
Hex 95 3 75 0 62 15 2A 139 60 1E
Octal 225 3 165 0 142 25 52 471 140 36
Binary 10010101 11 1110101 0 1100010 10101 101010 100111001 1100000 11110

Color Harmonies of #950375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950375

Black with #950375

Text Example


Text Example

White with #950375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950375; }

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

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

background-color css

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

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

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

border-color css

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

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

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