#9853A2

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

Shades of Violet Blue #9853A2

Tints of Violet Blue #9853A2

Color information

#9853A2 (or 0x9853A2) is unknown color: approx Violet Blue. HEX triplet: 98, 53 and A2. RGB value is (152,83,162). Sum of RGB (Red+Green+Blue) = 152+83+162=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 162 (63.67% from 255 or 40.81% from 397); Max value from RGB is 162 - color contains mainly: blue. Hex color #9853A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9853A2 is #67AC5D. Grayscale: #707070. Windows color (decimal): -6794334 or 10638232. OLE color: 10638232.

HSL color Cylindrical-coordinate representation of color #9853A2: hue angle of 292.41º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9853A2 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15283162-
CMYK0.060.4900.36
HSL292.41º32.24%48.04%-
HSV(B)292.41º48.77%63.53%-
XYZ22.5615.4735.98-
YUV112.64155.86156.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.29%
GREEN value IS 83 (32.81% from 255) = 20.91%
BLUE value IS 162 (63.67% from 255) = 40.81%
R=38.29%
G=20.91%
B=40.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal152831620.060.4900.36292.4132.2448.04
Hex9853A26310241242030
Octal2301232426610444444060
Binary100110001010011101000101101100010100100100100100100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9853A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9853A2; }

 p { color: rgb(152,83,162); }

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

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

 a { background-color: rgb(152,83,162); }

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

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

 span { border-color: rgb(152,83,162); }

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