Html Css Color HEX #95036C Eggplant

📋 copy color: '#95036C'

red 149 ◦ green 3 ◦ blue 108

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

Shades of Eggplant #95036C

Tints of Eggplant #95036C

RGB

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

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

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

R = 57.31%
G = 1.15%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#95036C (or 0x95036C) is known color: Eggplant. HEX triplet: 95, 03 and 6C. RGB value is (149,3,108). Sum of RGB (Red+Green+Blue) = 149+3+108=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #95036C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95036C is #6AFC93. Grayscale: #3A3A3A. Windows color (decimal): -7011476 or 7078805. OLE color: 7078805.

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

Color convert

RGB 149 3 108 -
CMYK 0 0.98 0.28 0.42
HSL 316.85º 0.96% 0.3% -
HSV(B) 316.85º 0.98% 0.58% -
XYZ 15.13 7.54 14.84 -
YUV 58.62 155.87 192.46 -
System Red Green Blue C M Y K H S L
Decimal 149 3 108 0 0.98 0.28 0.42 316.85 0.96 0.3
Hex 95 3 6C 0 62 1C 2A 13D 60 1E
Octal 225 3 154 0 142 34 52 475 140 36
Binary 10010101 11 1101100 0 1100010 11100 101010 100111101 1100000 11110

Color Harmonies of #95036C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95036C

Black with #95036C

Text Example


Text Example

White with #95036C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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