#9938A9

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

Shades of Vivid Violet #9938A9

Tints of Vivid Violet #9938A9

Color information

#9938A9 (or 0x9938A9) is unknown color: approx Vivid Violet. HEX triplet: 99, 38 and A9. RGB value is (153,56,169). Sum of RGB (Red+Green+Blue) = 153+56+169=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 56 (22.27% from 255 or 14.81% from 378); Blue value is 169 (66.41% from 255 or 44.71% from 378); Max value from RGB is 169 - color contains mainly: blue. Hex color #9938A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9938A9 is #66C756. Grayscale: #616161. Windows color (decimal): -6735703 or 11090073. OLE color: 11090073.

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

Color convert

RGB15356169-
CMYK0.090.6700.34
HSL291.5º50.22%44.12%-
HSV(B)291.5º66.86%66.27%-
XYZ21.7112.4738.8-
YUV97.88168.14167.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.48%
GREEN value IS 56 (22.27% from 255) = 14.81%
BLUE value IS 169 (66.41% from 255) = 44.71%
R=40.48%
G=14.81%
B=44.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal153561690.090.6700.34291.550.2244.12
Hex9938A9943022124322c
Octal23170251111030424446254
Binary1001100111100010101001100110000110100010100100100110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9938A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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