Html Css Color HEX #95045C Eggplant

📋 copy color: '#95045C'

red 149 ◦ green 4 ◦ blue 92

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

Shades of Eggplant #95045C

Tints of Eggplant #95045C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 37.55%

R = 60.82%
G = 1.63%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#95045C (or 0x95045C) is known color: Eggplant. HEX triplet: 95, 04 and 5C. RGB value is (149,4,92). Sum of RGB (Red+Green+Blue) = 149+4+92=245 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.82% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 149 - color contains mainly: red. Hex color #95045C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95045C is #6AFBA3. Grayscale: #393939. Windows color (decimal): -7011236 or 6030485. OLE color: 6030485.

HSL color Cylindrical-coordinate representation of color #95045C: hue angle of 323.59º 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 #95045C is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 4 92 -
CMYK 0 0.97 0.38 0.42
HSL 323.59º 0.95% 0.3% -
HSV(B) 323.59º 0.97% 0.58% -
XYZ 14.37 7.25 10.77 -
YUV 57.39 147.54 193.34 -
System Red Green Blue C M Y K H S L
Decimal 149 4 92 0 0.97 0.38 0.42 323.59 0.95 0.3
Hex 95 4 5C 0 61 26 2A 144 5F 1E
Octal 225 4 134 0 141 46 52 504 137 36
Binary 10010101 100 1011100 0 1100001 100110 101010 101000100 1011111 11110

Color Harmonies of #95045C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95045C

Black with #95045C

Text Example


Text Example

White with #95045C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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