#9851A5

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

Shades of Violet Blue #9851A5

Tints of Violet Blue #9851A5

Color information

#9851A5 (or 0x9851A5) is unknown color: approx Violet Blue. HEX triplet: 98, 51 and A5. RGB value is (152,81,165). Sum of RGB (Red+Green+Blue) = 152+81+165=398 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.19% from 398); Green value is 81 (32.03% from 255 or 20.35% from 398); Blue value is 165 (64.84% from 255 or 41.46% from 398); Max value from RGB is 165 - color contains mainly: blue. Hex color #9851A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9851A5 is #67AE5A. Grayscale: #6F6F6F. Windows color (decimal): -6794843 or 10834328. OLE color: 10834328.

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

Color convert

RGB15281165-
CMYK0.080.5100.35
HSL290.71º34.15%48.24%-
HSV(B)290.71º50.91%64.71%-
XYZ22.6815.2837.35-
YUV111.8158.02156.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.19%
GREEN value IS 81 (32.03% from 255) = 20.35%
BLUE value IS 165 (64.84% from 255) = 41.46%
R=38.19%
G=20.35%
B=41.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal152811650.080.5100.35290.7134.1548.24
Hex9851A58330231232230
Octal23012124510630434434260
Binary1001100010100011010010110001100110100011100100011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9851A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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