Html Css Color HEX #95046C Eggplant

📋 copy color: '#95046C'

red 149 ◦ green 4 ◦ blue 108

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

Shades of Eggplant #95046C

Tints of Eggplant #95046C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 41.38%

R = 57.09%
G = 1.53%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#95046C (or 0x95046C) is known color: Eggplant. HEX triplet: 95, 04 and 6C. RGB value is (149,4,108). Sum of RGB (Red+Green+Blue) = 149+4+108=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #95046C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95046C is #6AFB93. Grayscale: #3A3A3A. Windows color (decimal): -7011220 or 7079061. OLE color: 7079061.

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

Color convert

RGB 149 4 108 -
CMYK 0 0.97 0.28 0.42
HSL 316.97º 0.95% 0.3% -
HSV(B) 316.97º 0.97% 0.58% -
XYZ 15.14 7.56 14.85 -
YUV 59.21 155.54 192.04 -
System Red Green Blue C M Y K H S L
Decimal 149 4 108 0 0.97 0.28 0.42 316.97 0.95 0.3
Hex 95 4 6C 0 61 1C 2A 13D 5F 1E
Octal 225 4 154 0 141 34 52 475 137 36
Binary 10010101 100 1101100 0 1100001 11100 101010 100111101 1011111 11110

Color Harmonies of #95046C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95046C

Black with #95046C

Text Example


Text Example

White with #95046C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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