Html Css Color HEX #95036F Eggplant

📋 copy color: '#95036F'

red 149 ◦ green 3 ◦ blue 111

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

Shades of Eggplant #95036F

Tints of Eggplant #95036F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.14%

 BLUE value IS 111 (43.75% from 255) = 42.21%

R = 56.65%
G = 1.14%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#95036F (or 0x95036F) is known color: Eggplant. HEX triplet: 95, 03 and 6F. RGB value is (149,3,111). Sum of RGB (Red+Green+Blue) = 149+3+111=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 111 (43.75% from 255 or 42.21% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #95036F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95036F is #6AFC90. Grayscale: #3A3A3A. Windows color (decimal): -7011473 or 7275413. OLE color: 7275413.

HSL color Cylindrical-coordinate representation of color #95036F: hue angle of 315.62º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #95036F is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 3 111 -
CMYK 0 0.98 0.26 0.42
HSL 315.62º 0.96% 0.3% -
HSV(B) 315.62º 0.98% 0.58% -
XYZ 15.3 7.6 15.7 -
YUV 58.97 157.37 192.22 -
System Red Green Blue C M Y K H S L
Decimal 149 3 111 0 0.98 0.26 0.42 315.62 0.96 0.3
Hex 95 3 6F 0 62 1A 2A 13C 60 1E
Octal 225 3 157 0 142 32 52 474 140 36
Binary 10010101 11 1101111 0 1100010 11010 101010 100111100 1100000 11110

Color Harmonies of #95036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95036F

Black with #95036F

Text Example


Text Example

White with #95036F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95036F; }

 p { color: rgb(149,3,111); }

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

background-color css

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

 a { background-color: rgb(149,3,111); }

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

border-color css

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

 span { border-color: rgb(149,3,111); }

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