Html Css Color HEX #95096C Eggplant

📋 copy color: '#95096C'

red 149 ◦ green 9 ◦ blue 108

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

Shades of Eggplant #95096C

Tints of Eggplant #95096C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.38%

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

R = 56.02%
G = 3.38%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#95096C (or 0x95096C) is known color: Eggplant. HEX triplet: 95, 09 and 6C. RGB value is (149,9,108). Sum of RGB (Red+Green+Blue) = 149+9+108=266 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.02% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 149 - color contains mainly: red. Hex color #95096C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95096C is #6AF693. Grayscale: #3D3D3D. Windows color (decimal): -7009940 or 7080341. OLE color: 7080341.

HSL color Cylindrical-coordinate representation of color #95096C: hue angle of 317.57º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #95096C is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 9 108 -
CMYK 0 0.94 0.28 0.42
HSL 317.57º 0.89% 0.31% -
HSV(B) 317.57º 0.94% 0.58% -
XYZ 15.2 7.67 14.87 -
YUV 62.15 153.88 189.95 -
System Red Green Blue C M Y K H S L
Decimal 149 9 108 0 0.94 0.28 0.42 317.57 0.89 0.31
Hex 95 9 6C 0 5E 1C 2A 13E 59 1F
Octal 225 11 154 0 136 34 52 476 131 37
Binary 10010101 1001 1101100 0 1011110 11100 101010 100111110 1011001 11111

Color Harmonies of #95096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95096C

Black with #95096C

Text Example


Text Example

White with #95096C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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