#9A3E9D

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

Shades of Vivid Violet #9A3E9D

Tints of Vivid Violet #9A3E9D

Color information

#9A3E9D (or 0x9A3E9D) is unknown color: approx Vivid Violet. HEX triplet: 9A, 3E and 9D. RGB value is (154,62,157). Sum of RGB (Red+Green+Blue) = 154+62+157=373 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.29% from 373); Green value is 62 (24.61% from 255 or 16.62% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 157 - color contains mainly: blue. Hex color #9A3E9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3E9D is #65C162. Grayscale: #646464. Windows color (decimal): -6668643 or 10305178. OLE color: 10305178.

HSL color Cylindrical-coordinate representation of color #9A3E9D: hue angle of 298.11º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9A3E9D is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15462157-
CMYK0.020.6100.38
HSL298.11º43.38%42.94%-
HSV(B)298.11º60.51%61.57%-
XYZ21.1312.7533.25-
YUV100.34159.98166.28-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.29%
GREEN value IS 62 (24.61% from 255) = 16.62%
BLUE value IS 157 (61.72% from 255) = 42.09%
R=41.29%
G=16.62%
B=42.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal154621570.020.6100.38298.1143.3842.94
Hex9A3E9D23D02612a2b2b
Octal232762352750464525353
Binary1001101011111010011101101111010100110100101010101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,62,157); }

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

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

 a { background-color: rgb(154,62,157); }

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

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

 span { border-color: rgb(154,62,157); }

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