#9B3AA6

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

Shades of Vivid Violet #9B3AA6

Tints of Vivid Violet #9B3AA6

Color information

#9B3AA6 (or 0x9B3AA6) is unknown color: approx Vivid Violet. HEX triplet: 9B, 3A and A6. RGB value is (155,58,166). Sum of RGB (Red+Green+Blue) = 155+58+166=379 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.90% from 379); Green value is 58 (23.05% from 255 or 15.30% from 379); Blue value is 166 (65.23% from 255 or 43.80% from 379); Max value from RGB is 166 - color contains mainly: blue. Hex color #9B3AA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3AA6 is #64C559. Grayscale: #626262. Windows color (decimal): -6604122 or 10893979. OLE color: 10893979.

HSL color Cylindrical-coordinate representation of color #9B3AA6: hue angle of 293.89º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9B3AA6 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB15558166-
CMYK0.070.6500.35
HSL293.89º48.21%43.92%-
HSV(B)293.89º65.06%65.1%-
XYZ21.9112.7537.38-
YUV99.32165.64167.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.90%
GREEN value IS 58 (23.05% from 255) = 15.30%
BLUE value IS 166 (65.23% from 255) = 43.80%
R=40.90%
G=15.30%
B=43.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal155581660.070.6500.35293.8948.2143.92
Hex9B3AA6741023126302c
Octal2337224671010434466054
Binary100110111110101010011011110000010100011100100110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,58,166); }

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

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

 a { background-color: rgb(155,58,166); }

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

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

 span { border-color: rgb(155,58,166); }

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