#9A319E

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

Shades of Vivid Violet #9A319E

Tints of Vivid Violet #9A319E

Color information

#9A319E (or 0x9A319E) is unknown color: approx Vivid Violet. HEX triplet: 9A, 31 and 9E. RGB value is (154,49,158). Sum of RGB (Red+Green+Blue) = 154+49+158=361 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.66% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 158 - color contains mainly: blue. Hex color #9A319E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A319E is #65CE61. Grayscale: #5C5C5C. Windows color (decimal): -6671970 or 10367386. OLE color: 10367386.

HSL color Cylindrical-coordinate representation of color #9A319E: hue angle of 297.8º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9A319E is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15449158-
CMYK0.030.6900.38
HSL297.8º52.66%40.59%-
HSV(B)297.8º68.99%61.96%-
XYZ20.611.5433.49-
YUV92.82164.79171.64-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.66%
GREEN value IS 49 (19.53% from 255) = 13.57%
BLUE value IS 158 (62.11% from 255) = 43.77%
R=42.66%
G=13.57%
B=43.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal154491580.030.6900.38297.852.6640.59
Hex9A319E34502612a3529
Octal2326123631050464526551
Binary10011010110001100111101110001010100110100101010110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A319E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,49,158); }

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

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

 a { background-color: rgb(154,49,158); }

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

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

 span { border-color: rgb(154,49,158); }

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