Html Css Color HEX #95006D Eggplant

📋 copy color: '#95006D'

red 149 ◦ green 0 ◦ blue 109

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

Shades of Eggplant #95006D

Tints of Eggplant #95006D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.75%
G = 0%
B = 42.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#95006D (or 0x95006D) is known color: Eggplant. HEX triplet: 95, 00 and 6D. RGB value is (149,0,109). Sum of RGB (Red+Green+Blue) = 149+0+109=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #95006D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95006D is #6AFF92. Grayscale: #383838. Windows color (decimal): -7012243 or 7143573. OLE color: 7143573.

HSL color Cylindrical-coordinate representation of color #95006D: hue angle of 316.11º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #95006D is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 0 109 -
CMYK 0 1 0.27 0.42
HSL 316.11º 1% 0.29% -
HSV(B) 316.11º 1% 0.58% -
XYZ 15.15 7.49 15.12 -
YUV 56.98 157.36 193.64 -
System Red Green Blue C M Y K H S L
Decimal 149 0 109 0 1 0.27 0.42 316.11 1 0.29
Hex 95 0 6D 0 64 1B 2A 13C 64 1D
Octal 225 0 155 0 144 33 52 474 144 35
Binary 10010101 0 1101101 0 1100100 11011 101010 100111100 1100100 11101

Color Harmonies of #95006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95006D

Black with #95006D

Text Example


Text Example

White with #95006D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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