Html Css Color HEX #951072 Eggplant

📋 copy color: '#951072'

red 149 ◦ green 16 ◦ blue 114

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

Shades of Eggplant #951072

Tints of Eggplant #951072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 40.86%

R = 53.41%
G = 5.73%
B = 40.86%

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

#951072 (or 0x951072) is known color: Eggplant. HEX triplet: 95, 10 and 72. RGB value is (149,16,114). Sum of RGB (Red+Green+Blue) = 149+16+114=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #951072 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951072 is #6AEF8D. Grayscale: #424242. Windows color (decimal): -7008142 or 7475349. OLE color: 7475349.

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

Color convert

RGB 149 16 114 -
CMYK 0 0.89 0.23 0.42
HSL 315.79º 0.81% 0.32% -
HSV(B) 315.79º 0.89% 0.58% -
XYZ 15.62 7.98 16.64 -
YUV 66.94 154.56 186.53 -
System Red Green Blue C M Y K H S L
Decimal 149 16 114 0 0.89 0.23 0.42 315.79 0.81 0.32
Hex 95 10 72 0 59 17 2A 13C 51 20
Octal 225 20 162 0 131 27 52 474 121 40
Binary 10010101 10000 1110010 0 1011001 10111 101010 100111100 1010001 100000

Color Harmonies of #951072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951072

Black with #951072

Text Example


Text Example

White with #951072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951072; }

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

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

background-color css

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

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

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

border-color css

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

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

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