#9851A4

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

Shades of Violet Blue #9851A4

Tints of Violet Blue #9851A4

Color information

#9851A4 (or 0x9851A4) is unknown color: approx Violet Blue. HEX triplet: 98, 51 and A4. RGB value is (152,81,164). Sum of RGB (Red+Green+Blue) = 152+81+164=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 164 (64.45% from 255 or 41.31% from 397); Max value from RGB is 164 - color contains mainly: blue. Hex color #9851A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9851A4 is #67AE5B. Grayscale: #6F6F6F. Windows color (decimal): -6794844 or 10768792. OLE color: 10768792.

HSL color Cylindrical-coordinate representation of color #9851A4: hue angle of 291.33º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9851A4 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15281164-
CMYK0.070.5100.36
HSL291.33º33.88%48.04%-
HSV(B)291.33º50.61%64.31%-
XYZ22.5915.2436.87-
YUV111.69157.52156.75-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.29%
GREEN value IS 81 (32.03% from 255) = 20.40%
BLUE value IS 164 (64.45% from 255) = 41.31%
R=38.29%
G=20.40%
B=41.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal152811640.070.5100.36291.3333.8848.04
Hex9851A47330241232230
Octal2301212447630444434260
Binary100110001010001101001001111100110100100100100011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9851A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9851A4; }

 p { color: rgb(152,81,164); }

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

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

 a { background-color: rgb(152,81,164); }

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

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

 span { border-color: rgb(152,81,164); }

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