#995894

Color #995894 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #995894

Tints of Violet Blue #995894

Color information

#995894 (or 0x995894) is unknown color: approx Violet Blue. HEX triplet: 99, 58 and 94. RGB value is (153,88,148). Sum of RGB (Red+Green+Blue) = 153+88+148=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 153 - color contains mainly: red. Hex color #995894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995894 is #66A76B. Grayscale: #727272. Windows color (decimal): -6727532 or 9722009. OLE color: 9722009.

HSL color Cylindrical-coordinate representation of color #995894: hue angle of 304.62º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #995894 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB15388148-
CMYK00.420.030.4
HSL304.62º26.97%47.25%-
HSV(B)304.62º42.48%60%-
XYZ21.9715.8929.93-
YUV114.28147.03155.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.33%
GREEN value IS 88 (34.77% from 255) = 22.62%
BLUE value IS 148 (58.20% from 255) = 38.05%
R=39.33%
G=22.62%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538814800.420.030.4304.6226.9747.25
Hex99589402A3281311b2f
Octal2311302240523504613357
Binary1001100110110001001010001010101110100010011000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995894; }

 p { color: rgb(153,88,148); }

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

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

 a { background-color: rgb(153,88,148); }

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

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

 span { border-color: rgb(153,88,148); }

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