Html Css Color HEX #95036D Eggplant

📋 copy color: '#95036D'

red 149 ◦ green 3 ◦ blue 109

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

Shades of Eggplant #95036D

Tints of Eggplant #95036D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 41.76%

R = 57.09%
G = 1.15%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#95036D (or 0x95036D) is known color: Eggplant. HEX triplet: 95, 03 and 6D. RGB value is (149,3,109). Sum of RGB (Red+Green+Blue) = 149+3+109=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #95036D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95036D is #6AFC92. Grayscale: #3A3A3A. Windows color (decimal): -7011475 or 7144341. OLE color: 7144341.

HSL color Cylindrical-coordinate representation of color #95036D: hue angle of 316.44º 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 #95036D is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 3 109 -
CMYK 0 0.98 0.27 0.42
HSL 316.44º 0.96% 0.3% -
HSV(B) 316.44º 0.98% 0.58% -
XYZ 15.19 7.56 15.13 -
YUV 58.74 156.37 192.38 -
System Red Green Blue C M Y K H S L
Decimal 149 3 109 0 0.98 0.27 0.42 316.44 0.96 0.3
Hex 95 3 6D 0 62 1B 2A 13C 60 1E
Octal 225 3 155 0 142 33 52 474 140 36
Binary 10010101 11 1101101 0 1100010 11011 101010 100111100 1100000 11110

Color Harmonies of #95036D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95036D

Black with #95036D

Text Example


Text Example

White with #95036D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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