Html Css Color HEX #95045A Eggplant

📋 copy color: '#95045A'

red 149 ◦ green 4 ◦ blue 90

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

Shades of Eggplant #95045A

Tints of Eggplant #95045A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.65%

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

R = 61.32%
G = 1.65%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#95045A (or 0x95045A) is known color: Eggplant. HEX triplet: 95, 04 and 5A. RGB value is (149,4,90). Sum of RGB (Red+Green+Blue) = 149+4+90=243 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.32% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 149 - color contains mainly: red. Hex color #95045A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95045A is #6AFBA5. Grayscale: #383838. Windows color (decimal): -7011238 or 5899413. OLE color: 5899413.

HSL color Cylindrical-coordinate representation of color #95045A: hue angle of 324.41º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #95045A is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 4 90 -
CMYK 0 0.97 0.40 0.42
HSL 324.41º 0.95% 0.3% -
HSV(B) 324.41º 0.97% 0.58% -
XYZ 14.28 7.21 10.31 -
YUV 57.16 146.54 193.51 -
System Red Green Blue C M Y K H S L
Decimal 149 4 90 0 0.97 0.40 0.42 324.41 0.95 0.3
Hex 95 4 5A 0 61 28 2A 144 5F 1E
Octal 225 4 132 0 141 50 52 504 137 36
Binary 10010101 100 1011010 0 1100001 101000 101010 101000100 1011111 11110

Color Harmonies of #95045A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95045A

Black with #95045A

Text Example


Text Example

White with #95045A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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