#9A3496

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

Shades of Vivid Violet #9A3496

Tints of Vivid Violet #9A3496

Color information

#9A3496 (or 0x9A3496) is unknown color: approx Vivid Violet. HEX triplet: 9A, 34 and 96. RGB value is (154,52,150). Sum of RGB (Red+Green+Blue) = 154+52+150=356 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.26% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3496 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3496 is #65CB69. Grayscale: #5D5D5D. Windows color (decimal): -6671210 or 9843866. OLE color: 9843866.

HSL color Cylindrical-coordinate representation of color #9A3496: hue angle of 302.35º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9A3496 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB15452150-
CMYK00.660.030.40
HSL302.35º49.51%40.39%-
HSV(B)302.35º66.23%60.39%-
XYZ20.0611.5330.02-
YUV93.67159.79171.03-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 43.26%
GREEN value IS 52 (20.70% from 255) = 14.61%
BLUE value IS 150 (58.98% from 255) = 42.13%
R=43.26%
G=14.61%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1545215000.660.030.40302.3549.5140.39
Hex9A349604232812e3228
Octal2326422601023504566250
Binary10011010110100100101100100001011101000100101110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A3496; }

 p { color: rgb(154,52,150); }

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

<style>
 a { background-color: #9A3496; }

 a { background-color: rgb(154,52,150); }

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

<style>
 span { border-color: #9A3496; }

 span { border-color: rgb(154,52,150); }

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