#9856A1

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

Shades of Violet Blue #9856A1

Tints of Violet Blue #9856A1

Color information

#9856A1 (or 0x9856A1) is unknown color: approx Violet Blue. HEX triplet: 98, 56 and A1. RGB value is (152,86,161). Sum of RGB (Red+Green+Blue) = 152+86+161=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 161 (63.28% from 255 or 40.35% from 399); Max value from RGB is 161 - color contains mainly: blue. Hex color #9856A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9856A1 is #67A95E. Grayscale: #727272. Windows color (decimal): -6793567 or 10573464. OLE color: 10573464.

HSL color Cylindrical-coordinate representation of color #9856A1: hue angle of 292.8º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9856A1 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB15286161-
CMYK0.060.4700.37
HSL292.8º30.36%48.43%-
HSV(B)292.8º46.58%63.14%-
XYZ22.7115.935.59-
YUV114.28154.37154.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.10%
GREEN value IS 86 (33.98% from 255) = 21.55%
BLUE value IS 161 (63.28% from 255) = 40.35%
R=38.10%
G=21.55%
B=40.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal152861610.060.4700.37292.830.3648.43
Hex9856A162F0251251e30
Octal2301262416570454453660
Binary10011000101011010100001110101111010010110010010111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9856A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9856A1; }

 p { color: rgb(152,86,161); }

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

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

 a { background-color: rgb(152,86,161); }

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

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

 span { border-color: rgb(152,86,161); }

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