Html Css Color HEX #950A5E Eggplant

📋 copy color: '#950A5E'

red 149 ◦ green 10 ◦ blue 94

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

Shades of Eggplant #950A5E

Tints of Eggplant #950A5E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.95%

 BLUE value IS 94 (37.11% from 255) = 37.15%

R = 58.89%
G = 3.95%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#950A5E (or 0x950A5E) is known color: Eggplant. HEX triplet: 95, 0A and 5E. RGB value is (149,10,94). Sum of RGB (Red+Green+Blue) = 149+10+94=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 10 (4.30% from 255 or 3.95% from 253); Blue value is 94 (37.11% from 255 or 37.15% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #950A5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950A5E is #6AF5A1. Grayscale: #3C3C3C. Windows color (decimal): -7009698 or 6163093. OLE color: 6163093.

HSL color Cylindrical-coordinate representation of color #950A5E: hue angle of 323.74º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950A5E is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 10 94 -
CMYK 0 0.93 0.37 0.42
HSL 323.74º 0.87% 0.31% -
HSV(B) 323.74º 0.93% 0.58% -
XYZ 14.52 7.41 11.26 -
YUV 61.14 146.55 190.67 -
System Red Green Blue C M Y K H S L
Decimal 149 10 94 0 0.93 0.37 0.42 323.74 0.87 0.31
Hex 95 A 5E 0 5D 25 2A 144 57 1F
Octal 225 12 136 0 135 45 52 504 127 37
Binary 10010101 1010 1011110 0 1011101 100101 101010 101000100 1010111 11111

Color Harmonies of #950A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950A5E

Black with #950A5E

Text Example


Text Example

White with #950A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950A5E; }

 p { color: rgb(149,10,94); }

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

background-color css

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

 a { background-color: rgb(149,10,94); }

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

border-color css

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

 span { border-color: rgb(149,10,94); }

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