#9852A5

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

Shades of Violet Blue #9852A5

Tints of Violet Blue #9852A5

Color information

#9852A5 (or 0x9852A5) is unknown color: approx Violet Blue. HEX triplet: 98, 52 and A5. RGB value is (152,82,165). Sum of RGB (Red+Green+Blue) = 152+82+165=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 165 (64.84% from 255 or 41.35% from 399); Max value from RGB is 165 - color contains mainly: blue. Hex color #9852A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9852A5 is #67AD5A. Grayscale: #707070. Windows color (decimal): -6794587 or 10834584. OLE color: 10834584.

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

Color convert

RGB15282165-
CMYK0.080.5000.35
HSL290.6º33.6%48.43%-
HSV(B)290.6º50.3%64.71%-
XYZ22.7615.4337.38-
YUV112.39157.69156.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.10%
GREEN value IS 82 (32.42% from 255) = 20.55%
BLUE value IS 165 (64.84% from 255) = 41.35%
R=38.10%
G=20.55%
B=41.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal152821650.080.5000.35290.633.648.43
Hex9852A58320231232230
Octal23012224510620434434260
Binary1001100010100101010010110001100100100011100100011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9852A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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