#9439ab

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

Shades of Vivid Violet #9439AB

Tints of Vivid Violet #9439AB

Color information

#9439AB (or 0x9439AB) is unknown color: approx Vivid Violet. HEX triplet: 94, 39 and AB. RGB value is (148,57,171). Sum of RGB (Red+Green+Blue) = 148+57+171=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 57 (22.66% from 255 or 15.16% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #9439AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9439AB is #6BC654. Grayscale: #606060. Windows color (decimal): -7063125 or 11221396. OLE color: 11221396.

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

Color convert

RGB14857171-
CMYK0.130.6700.33
HSL287.89º50%44.71%-
HSV(B)287.89º66.67%67.06%-
XYZ21.0312.1639.77-
YUV97.2169.65164.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.36%
GREEN value IS 57 (22.66% from 255) = 15.16%
BLUE value IS 171 (67.19% from 255) = 45.48%
R=39.36%
G=15.16%
B=45.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148571710.130.6700.33287.895044.71
Hex9439ABD43021120322d
Octal22471253151030414406255
Binary1001010011100110101011110110000110100001100100000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9439ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9439ab; }

 p { color: rgb(148,57,171); }

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

<style>
 a { background-color: #9439ab; }

 a { background-color: rgb(148,57,171); }

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

<style>
 span { border-color: #9439ab; }

 span { border-color: rgb(148,57,171); }

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