Html Css Color HEX #950B5D Eggplant

📋 copy color: '#950B5D'

red 149 ◦ green 11 ◦ blue 93

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

Shades of Eggplant #950B5D

Tints of Eggplant #950B5D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.35%

 BLUE value IS 93 (36.72% from 255) = 36.76%

R = 58.89%
G = 4.35%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#950B5D (or 0x950B5D) is known color: Eggplant. HEX triplet: 95, 0B and 5D. RGB value is (149,11,93). Sum of RGB (Red+Green+Blue) = 149+11+93=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 11 (4.69% from 255 or 4.35% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #950B5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950B5D is #6AF4A2. Grayscale: #3D3D3D. Windows color (decimal): -7009443 or 6097813. OLE color: 6097813.

HSL color Cylindrical-coordinate representation of color #950B5D: hue angle of 324.35º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950B5D is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 11 93 -
CMYK 0 0.93 0.38 0.42
HSL 324.35º 0.86% 0.31% -
HSV(B) 324.35º 0.93% 0.58% -
XYZ 14.49 7.42 11.02 -
YUV 61.61 145.72 190.33 -
System Red Green Blue C M Y K H S L
Decimal 149 11 93 0 0.93 0.38 0.42 324.35 0.86 0.31
Hex 95 B 5D 0 5D 26 2A 144 56 1F
Octal 225 13 135 0 135 46 52 504 126 37
Binary 10010101 1011 1011101 0 1011101 100110 101010 101000100 1010110 11111

Color Harmonies of #950B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950B5D

Black with #950B5D

Text Example


Text Example

White with #950B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,11,93); }

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

background-color css

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

 a { background-color: rgb(149,11,93); }

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

border-color css

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

 span { border-color: rgb(149,11,93); }

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