Html Css Color HEX #950D66 Eggplant

📋 copy color: '#950D66'

red 149 ◦ green 13 ◦ blue 102

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

Shades of Eggplant #950D66

Tints of Eggplant #950D66

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.92%

 BLUE value IS 102 (40.23% from 255) = 38.64%

R = 56.44%
G = 4.92%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#950D66 (or 0x950D66) is known color: Eggplant. HEX triplet: 95, 0D and 66. RGB value is (149,13,102). Sum of RGB (Red+Green+Blue) = 149+13+102=264 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.44% from 264); Green value is 13 (5.47% from 255 or 4.92% from 264); Blue value is 102 (40.23% from 255 or 38.64% from 264); Max value from RGB is 149 - color contains mainly: red. Hex color #950D66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950D66 is #6AF299. Grayscale: #3F3F3F. Windows color (decimal): -7008922 or 6688149. OLE color: 6688149.

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

Color convert

RGB 149 13 102 -
CMYK 0 0.91 0.32 0.42
HSL 320.74º 0.84% 0.32% -
HSV(B) 320.74º 0.91% 0.58% -
XYZ 14.94 7.64 13.26 -
YUV 63.81 149.56 188.76 -
System Red Green Blue C M Y K H S L
Decimal 149 13 102 0 0.91 0.32 0.42 320.74 0.84 0.32
Hex 95 D 66 0 5B 20 2A 141 54 20
Octal 225 15 146 0 133 40 52 501 124 40
Binary 10010101 1101 1100110 0 1011011 100000 101010 101000001 1010100 100000

Color Harmonies of #950D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950D66

Black with #950D66

Text Example


Text Example

White with #950D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,13,102); }

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

background-color css

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

 a { background-color: rgb(149,13,102); }

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

border-color css

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

 span { border-color: rgb(149,13,102); }

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