Html Css Color HEX #950168 Eggplant

📋 copy color: '#950168'

red 149 ◦ green 1 ◦ blue 104

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

Shades of Eggplant #950168

Tints of Eggplant #950168

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 58.66%
G = 0.39%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#950168 (or 0x950168) is known color: Eggplant. HEX triplet: 95, 01 and 68. RGB value is (149,1,104). Sum of RGB (Red+Green+Blue) = 149+1+104=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #950168 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950168 is #6AFE97. Grayscale: #383838. Windows color (decimal): -7011992 or 6816149. OLE color: 6816149.

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

Color convert

RGB 149 1 104 -
CMYK 0 0.99 0.30 0.42
HSL 318.24º 0.99% 0.29% -
HSV(B) 318.24º 0.99% 0.58% -
XYZ 14.9 7.41 13.74 -
YUV 56.99 154.53 193.62 -
System Red Green Blue C M Y K H S L
Decimal 149 1 104 0 0.99 0.30 0.42 318.24 0.99 0.29
Hex 95 1 68 0 63 1E 2A 13E 63 1D
Octal 225 1 150 0 143 36 52 476 143 35
Binary 10010101 1 1101000 0 1100011 11110 101010 100111110 1100011 11101

Color Harmonies of #950168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950168

Black with #950168

Text Example


Text Example

White with #950168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950168; }

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

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

background-color css

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

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

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

border-color css

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

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

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