Html Css Color HEX #950366 Eggplant

📋 copy color: '#950366'

red 149 ◦ green 3 ◦ blue 102

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

Shades of Eggplant #950366

Tints of Eggplant #950366

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.18%

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

R = 58.66%
G = 1.18%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#950366 (or 0x950366) is known color: Eggplant. HEX triplet: 95, 03 and 66. RGB value is (149,3,102). Sum of RGB (Red+Green+Blue) = 149+3+102=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 102 (40.23% from 255 or 40.16% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #950366 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950366 is #6AFC99. Grayscale: #393939. Windows color (decimal): -7011482 or 6685589. OLE color: 6685589.

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

Color convert

RGB 149 3 102 -
CMYK 0 0.98 0.32 0.42
HSL 319.32º 0.96% 0.3% -
HSV(B) 319.32º 0.98% 0.58% -
XYZ 14.83 7.41 13.22 -
YUV 57.94 152.87 192.95 -
System Red Green Blue C M Y K H S L
Decimal 149 3 102 0 0.98 0.32 0.42 319.32 0.96 0.3
Hex 95 3 66 0 62 20 2A 13F 60 1E
Octal 225 3 146 0 142 40 52 477 140 36
Binary 10010101 11 1100110 0 1100010 100000 101010 100111111 1100000 11110

Color Harmonies of #950366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950366

Black with #950366

Text Example


Text Example

White with #950366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950366; }

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

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

background-color css

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

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

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

border-color css

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

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

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