Html Css Color HEX #950E68 Eggplant

📋 copy color: '#950E68'

red 149 ◦ green 14 ◦ blue 104

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

Shades of Eggplant #950E68

Tints of Eggplant #950E68

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.24%

 BLUE value IS 104 (41.02% from 255) = 38.95%

R = 55.81%
G = 5.24%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#950E68 (or 0x950E68) is known color: Eggplant. HEX triplet: 95, 0E and 68. RGB value is (149,14,104). Sum of RGB (Red+Green+Blue) = 149+14+104=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 14 (5.86% from 255 or 5.24% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #950E68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950E68 is #6AF197. Grayscale: #404040. Windows color (decimal): -7008664 or 6819477. OLE color: 6819477.

HSL color Cylindrical-coordinate representation of color #950E68: hue angle of 320º degrees, saturation: 0.83, 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 #950E68 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 14 104 -
CMYK 0 0.91 0.30 0.42
HSL 320º 0.83% 0.32% -
HSV(B) 320º 0.91% 0.58% -
XYZ 15.05 7.7 13.79 -
YUV 64.63 150.23 188.18 -
System Red Green Blue C M Y K H S L
Decimal 149 14 104 0 0.91 0.30 0.42 320 0.83 0.32
Hex 95 E 68 0 5B 1E 2A 140 53 20
Octal 225 16 150 0 133 36 52 500 123 40
Binary 10010101 1110 1101000 0 1011011 11110 101010 101000000 1010011 100000

Color Harmonies of #950E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950E68

Black with #950E68

Text Example


Text Example

White with #950E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,14,104); }

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

background-color css

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

 a { background-color: rgb(149,14,104); }

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

border-color css

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

 span { border-color: rgb(149,14,104); }

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