#95006B

Color #95006B Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #95006B

Tints of Eggplant #95006B

Color information

#95006B (or 0x95006B) is unknown color: approx Eggplant. HEX triplet: 95, 00 and 6B. RGB value is (149,0,107). Sum of RGB (Red+Green+Blue) = 149+0+107=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #95006B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95006B is #6AFF94. Grayscale: #383838. Windows color (decimal): -7012245 or 7012501. OLE color: 7012501.

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

Color convert

RGB1490107-
CMYK010.280.42
HSL316.91º100%29.22%-
HSV(B)316.91º100%58.43%-
XYZ15.057.4514.55-
YUV56.75156.36193.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 58.20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 107 (42.19% from 255) = 41.80%
R=58.20%
G=0%
B=41.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1490107010.280.42316.9110029.22
Hex9506B0641C2A13d641d
Octal22501530144345247514435
Binary10010101011010110110010011100101010100111101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95006B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #95006B;
 }
 .AnyTagClassName
 {
   color: #95006B;
 }
</style>
background-color css

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

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

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

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

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

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