Html Css Color HEX #950165 Eggplant

📋 copy color: '#950165'

red 149 ◦ green 1 ◦ blue 101

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

Shades of Eggplant #950165

Tints of Eggplant #950165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 40.24%

R = 59.36%
G = 0.4%
B = 40.24%

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

#950165 (or 0x950165) is known color: Eggplant. HEX triplet: 95, 01 and 65. RGB value is (149,1,101). Sum of RGB (Red+Green+Blue) = 149+1+101=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #950165 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950165 is #6AFE9A. Grayscale: #383838. Windows color (decimal): -7011995 or 6619541. OLE color: 6619541.

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

Color convert

RGB 149 1 101 -
CMYK 0 0.99 0.32 0.42
HSL 319.46º 0.99% 0.29% -
HSV(B) 319.46º 0.99% 0.58% -
XYZ 14.75 7.35 12.95 -
YUV 56.65 153.03 193.87 -
System Red Green Blue C M Y K H S L
Decimal 149 1 101 0 0.99 0.32 0.42 319.46 0.99 0.29
Hex 95 1 65 0 63 20 2A 13F 63 1D
Octal 225 1 145 0 143 40 52 477 143 35
Binary 10010101 1 1100101 0 1100011 100000 101010 100111111 1100011 11101

Color Harmonies of #950165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950165

Black with #950165

Text Example


Text Example

White with #950165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950165; }

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

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

background-color css

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

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

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

border-color css

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

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

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