Html Css Color HEX #950264 Eggplant

📋 copy color: '#950264'

red 149 ◦ green 2 ◦ blue 100

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

Shades of Eggplant #950264

Tints of Eggplant #950264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 39.84%

R = 59.36%
G = 0.8%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#950264 (or 0x950264) is known color: Eggplant. HEX triplet: 95, 02 and 64. RGB value is (149,2,100). Sum of RGB (Red+Green+Blue) = 149+2+100=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 100 (39.45% from 255 or 39.84% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #950264 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950264 is #6AFD9B. Grayscale: #383838. Windows color (decimal): -7011740 or 6554261. OLE color: 6554261.

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

Color convert

RGB 149 2 100 -
CMYK 0 0.99 0.33 0.42
HSL 320º 0.97% 0.3% -
HSV(B) 320º 0.99% 0.58% -
XYZ 14.72 7.35 12.7 -
YUV 57.13 152.2 193.53 -
System Red Green Blue C M Y K H S L
Decimal 149 2 100 0 0.99 0.33 0.42 320 0.97 0.3
Hex 95 2 64 0 63 21 2A 140 61 1E
Octal 225 2 144 0 143 41 52 500 141 36
Binary 10010101 10 1100100 0 1100011 100001 101010 101000000 1100001 11110

Color Harmonies of #950264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950264

Black with #950264

Text Example


Text Example

White with #950264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950264; }

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

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

background-color css

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

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

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

border-color css

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

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

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