Html Css Color HEX #95096B Eggplant

📋 copy color: '#95096B'

red 149 ◦ green 9 ◦ blue 107

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

Shades of Eggplant #95096B

Tints of Eggplant #95096B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 40.38%

R = 56.23%
G = 3.4%
B = 40.38%

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

#95096B (or 0x95096B) is known color: Eggplant. HEX triplet: 95, 09 and 6B. RGB value is (149,9,107). Sum of RGB (Red+Green+Blue) = 149+9+107=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 107 (42.19% from 255 or 40.38% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #95096B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95096B is #6AF694. Grayscale: #3D3D3D. Windows color (decimal): -7009941 or 7014805. OLE color: 7014805.

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

Color convert

RGB 149 9 107 -
CMYK 0 0.94 0.28 0.42
HSL 318º 0.89% 0.31% -
HSV(B) 318º 0.94% 0.58% -
XYZ 15.15 7.65 14.59 -
YUV 62.03 153.38 190.03 -
System Red Green Blue C M Y K H S L
Decimal 149 9 107 0 0.94 0.28 0.42 318 0.89 0.31
Hex 95 9 6B 0 5E 1C 2A 13E 59 1F
Octal 225 11 153 0 136 34 52 476 131 37
Binary 10010101 1001 1101011 0 1011110 11100 101010 100111110 1011001 11111

Color Harmonies of #95096B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95096B

Black with #95096B

Text Example


Text Example

White with #95096B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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