Html Css Color HEX #95015A Eggplant

📋 copy color: '#95015A'

red 149 ◦ green 1 ◦ blue 90

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

Shades of Eggplant #95015A

Tints of Eggplant #95015A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 37.5%

R = 62.08%
G = 0.42%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#95015A (or 0x95015A) is known color: Eggplant. HEX triplet: 95, 01 and 5A. RGB value is (149,1,90). Sum of RGB (Red+Green+Blue) = 149+1+90=240 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.08% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 149 - color contains mainly: red. Hex color #95015A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95015A is #6AFEA5. Grayscale: #373737. Windows color (decimal): -7012006 or 5898645. OLE color: 5898645.

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

Color convert

RGB 149 1 90 -
CMYK 0 0.99 0.40 0.42
HSL 323.92º 0.99% 0.29% -
HSV(B) 323.92º 0.99% 0.58% -
XYZ 14.25 7.15 10.3 -
YUV 55.4 147.53 194.76 -
System Red Green Blue C M Y K H S L
Decimal 149 1 90 0 0.99 0.40 0.42 323.92 0.99 0.29
Hex 95 1 5A 0 63 28 2A 144 63 1D
Octal 225 1 132 0 143 50 52 504 143 35
Binary 10010101 1 1011010 0 1100011 101000 101010 101000100 1100011 11101

Color Harmonies of #95015A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95015A

Black with #95015A

Text Example


Text Example

White with #95015A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95015A; }

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

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

background-color css

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

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

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

border-color css

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

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

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