Html Css Color HEX #951073 Eggplant

📋 copy color: '#951073'

red 149 ◦ green 16 ◦ blue 115

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

Shades of Eggplant #951073

Tints of Eggplant #951073

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.71%

 BLUE value IS 115 (45.31% from 255) = 41.07%

R = 53.21%
G = 5.71%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#951073 (or 0x951073) is known color: Eggplant. HEX triplet: 95, 10 and 73. RGB value is (149,16,115). Sum of RGB (Red+Green+Blue) = 149+16+115=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #951073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951073 is #6AEF8C. Grayscale: #424242. Windows color (decimal): -7008141 or 7540885. OLE color: 7540885.

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

Color convert

RGB 149 16 115 -
CMYK 0 0.89 0.23 0.42
HSL 315.34º 0.81% 0.32% -
HSV(B) 315.34º 0.89% 0.58% -
XYZ 15.67 8 16.94 -
YUV 67.05 155.06 186.45 -
System Red Green Blue C M Y K H S L
Decimal 149 16 115 0 0.89 0.23 0.42 315.34 0.81 0.32
Hex 95 10 73 0 59 17 2A 13B 51 20
Octal 225 20 163 0 131 27 52 473 121 40
Binary 10010101 10000 1110011 0 1011001 10111 101010 100111011 1010001 100000

Color Harmonies of #951073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951073

Black with #951073

Text Example


Text Example

White with #951073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951073; }

 p { color: rgb(149,16,115); }

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

background-color css

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

 a { background-color: rgb(149,16,115); }

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

border-color css

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

 span { border-color: rgb(149,16,115); }

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