Html Css Color HEX #950B71 Eggplant

📋 copy color: '#950B71'

red 149 ◦ green 11 ◦ blue 113

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

Shades of Eggplant #950B71

Tints of Eggplant #950B71

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.03%

 BLUE value IS 113 (44.53% from 255) = 41.39%

R = 54.58%
G = 4.03%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#950B71 (or 0x950B71) is known color: Eggplant. HEX triplet: 95, 0B and 71. RGB value is (149,11,113). Sum of RGB (Red+Green+Blue) = 149+11+113=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 11 (4.69% from 255 or 4.03% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #950B71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950B71 is #6AF48E. Grayscale: #3F3F3F. Windows color (decimal): -7009423 or 7408533. OLE color: 7408533.

HSL color Cylindrical-coordinate representation of color #950B71: hue angle of 315.65º degrees, saturation: 0.86, 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 #950B71 is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 11 113 -
CMYK 0 0.93 0.24 0.42
HSL 315.65º 0.86% 0.31% -
HSV(B) 315.65º 0.93% 0.58% -
XYZ 15.49 7.82 16.32 -
YUV 63.89 155.72 188.71 -
System Red Green Blue C M Y K H S L
Decimal 149 11 113 0 0.93 0.24 0.42 315.65 0.86 0.31
Hex 95 B 71 0 5D 18 2A 13C 56 1F
Octal 225 13 161 0 135 30 52 474 126 37
Binary 10010101 1011 1110001 0 1011101 11000 101010 100111100 1010110 11111

Color Harmonies of #950B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950B71

Black with #950B71

Text Example


Text Example

White with #950B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,11,113); }

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

background-color css

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

 a { background-color: rgb(149,11,113); }

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

border-color css

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

 span { border-color: rgb(149,11,113); }

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