#9539AA

Color #9539AA Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #9539AA

Tints of Vivid Violet #9539AA

Color information

#9539AA (or 0x9539AA) is unknown color: approx Vivid Violet. HEX triplet: 95, 39 and AA. RGB value is (149,57,170). Sum of RGB (Red+Green+Blue) = 149+57+170=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 57 (22.66% from 255 or 15.16% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #9539AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9539AA is #6AC655. Grayscale: #616161. Windows color (decimal): -6997590 or 11155861. OLE color: 11155861.

HSL color Cylindrical-coordinate representation of color #9539AA: hue angle of 288.85º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9539AA is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14957170-
CMYK0.120.6600.33
HSL288.85º49.78%44.51%-
HSV(B)288.85º66.47%66.67%-
XYZ21.1112.2239.28-
YUV97.39168.98164.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.63%
GREEN value IS 57 (22.66% from 255) = 15.16%
BLUE value IS 170 (66.80% from 255) = 45.21%
R=39.63%
G=15.16%
B=45.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal149571700.120.6600.33288.8549.7844.51
Hex9539AAC42021121322d
Octal22571252141020414416255
Binary1001010111100110101010110010000100100001100100001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9539AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9539AA; }

 p { color: rgb(149,57,170); }

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

<style>
 a { background-color: #9539AA; }

 a { background-color: rgb(149,57,170); }

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

<style>
 span { border-color: #9539AA; }

 span { border-color: rgb(149,57,170); }

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