#9935A9

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

Shades of Vivid Violet #9935A9

Tints of Vivid Violet #9935A9

Color information

#9935A9 (or 0x9935A9) is unknown color: approx Vivid Violet. HEX triplet: 99, 35 and A9. RGB value is (153,53,169). Sum of RGB (Red+Green+Blue) = 153+53+169=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 53 (21.09% from 255 or 14.13% from 375); Blue value is 169 (66.41% from 255 or 45.07% from 375); Max value from RGB is 169 - color contains mainly: blue. Hex color #9935A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9935A9 is #66CA56. Grayscale: #5F5F5F. Windows color (decimal): -6736471 or 11089305. OLE color: 11089305.

HSL color Cylindrical-coordinate representation of color #9935A9: hue angle of 291.72º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9935A9 is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB15353169-
CMYK0.090.6900.34
HSL291.72º52.25%43.53%-
HSV(B)291.72º68.64%66.27%-
XYZ21.5712.1838.75-
YUV96.12169.13168.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.8%
GREEN value IS 53 (21.09% from 255) = 14.13%
BLUE value IS 169 (66.41% from 255) = 45.07%
R=40.8%
G=14.13%
B=45.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal153531690.090.6900.34291.7252.2543.53
Hex9935A9945022124342c
Octal23165251111050424446454
Binary1001100111010110101001100110001010100010100100100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9935A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9935A9; }

 p { color: rgb(153,53,169); }

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

<style>
 a { background-color: #9935A9; }

 a { background-color: rgb(153,53,169); }

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

<style>
 span { border-color: #9935A9; }

 span { border-color: rgb(153,53,169); }

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