Html Css Color HEX #95106C Eggplant

📋 copy color: '#95106C'

red 149 ◦ green 16 ◦ blue 108

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

Shades of Eggplant #95106C

Tints of Eggplant #95106C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.86%

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

R = 54.58%
G = 5.86%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#95106C (or 0x95106C) is known color: Eggplant. HEX triplet: 95, 10 and 6C. RGB value is (149,16,108). Sum of RGB (Red+Green+Blue) = 149+16+108=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #95106C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95106C is #6AEF93. Grayscale: #424242. Windows color (decimal): -7008148 or 7082133. OLE color: 7082133.

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

Color convert

RGB 149 16 108 -
CMYK 0 0.89 0.28 0.42
HSL 318.5º 0.81% 0.32% -
HSV(B) 318.5º 0.89% 0.58% -
XYZ 15.29 7.84 14.9 -
YUV 66.26 151.56 187.02 -
System Red Green Blue C M Y K H S L
Decimal 149 16 108 0 0.89 0.28 0.42 318.5 0.81 0.32
Hex 95 10 6C 0 59 1C 2A 13E 51 20
Octal 225 20 154 0 131 34 52 476 121 40
Binary 10010101 10000 1101100 0 1011001 11100 101010 100111110 1010001 100000

Color Harmonies of #95106C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95106C

Black with #95106C

Text Example


Text Example

White with #95106C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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