Html Css Color HEX #950266 Eggplant

📋 copy color: '#950266'

red 149 ◦ green 2 ◦ blue 102

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

Shades of Eggplant #950266

Tints of Eggplant #950266

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

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

R = 58.89%
G = 0.79%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#950266 (or 0x950266) is known color: Eggplant. HEX triplet: 95, 02 and 66. RGB value is (149,2,102). Sum of RGB (Red+Green+Blue) = 149+2+102=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 102 (40.23% from 255 or 40.32% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #950266 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950266 is #6AFD99. Grayscale: #393939. Windows color (decimal): -7011738 or 6685333. OLE color: 6685333.

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

Color convert

RGB 149 2 102 -
CMYK 0 0.99 0.32 0.42
HSL 319.18º 0.97% 0.3% -
HSV(B) 319.18º 0.99% 0.58% -
XYZ 14.81 7.39 13.22 -
YUV 57.35 153.2 193.37 -
System Red Green Blue C M Y K H S L
Decimal 149 2 102 0 0.99 0.32 0.42 319.18 0.97 0.3
Hex 95 2 66 0 63 20 2A 13F 61 1E
Octal 225 2 146 0 143 40 52 477 141 36
Binary 10010101 10 1100110 0 1100011 100000 101010 100111111 1100001 11110

Color Harmonies of #950266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950266

Black with #950266

Text Example


Text Example

White with #950266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950266; }

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

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

background-color css

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

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

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

border-color css

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

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

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