Html Css Color HEX #950053 Eggplant

📋 copy color: '#950053'

red 149 ◦ green 0 ◦ blue 83

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

Shades of Eggplant #950053

Tints of Eggplant #950053

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 83 (32.81% from 255) = 35.78%

R = 64.22%
G = 0%
B = 35.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#950053 (or 0x950053) is known color: Eggplant. HEX triplet: 95, 00 and 53. RGB value is (149,0,83). Sum of RGB (Red+Green+Blue) = 149+0+83=232 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.22% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 149 - color contains mainly: red. Hex color #950053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950053 is #6AFFAC. Grayscale: #353535. Windows color (decimal): -7012269 or 5439637. OLE color: 5439637.

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

Color convert

RGB 149 0 83 -
CMYK 0 1 0.44 0.42
HSL 326.58º 1% 0.29% -
HSV(B) 326.58º 1% 0.58% -
XYZ 13.96 7.01 8.8 -
YUV 54.01 144.36 195.75 -
System Red Green Blue C M Y K H S L
Decimal 149 0 83 0 1 0.44 0.42 326.58 1 0.29
Hex 95 0 53 0 64 2C 2A 147 64 1D
Octal 225 0 123 0 144 54 52 507 144 35
Binary 10010101 0 1010011 0 1100100 101100 101010 101000111 1100100 11101

Color Harmonies of #950053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950053

Black with #950053

Text Example


Text Example

White with #950053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950053; }

 p { color: rgb(149,0,83); }

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

background-color css

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

 a { background-color: rgb(149,0,83); }

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

border-color css

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

 span { border-color: rgb(149,0,83); }

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