#9B4AA2

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

Shades of Violet Blue #9B4AA2

Tints of Violet Blue #9B4AA2

Color information

#9B4AA2 (or 0x9B4AA2) is unknown color: approx Violet Blue. HEX triplet: 9B, 4A and A2. RGB value is (155,74,162). Sum of RGB (Red+Green+Blue) = 155+74+162=391 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.64% from 391); Green value is 74 (29.30% from 255 or 18.93% from 391); Blue value is 162 (63.67% from 255 or 41.43% from 391); Max value from RGB is 162 - color contains mainly: blue. Hex color #9B4AA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4AA2 is #64B55D. Grayscale: #6B6B6B. Windows color (decimal): -6600030 or 10635931. OLE color: 10635931.

HSL color Cylindrical-coordinate representation of color #9B4AA2: hue angle of 295.23º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B4AA2 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15574162-
CMYK0.040.5400.36
HSL295.23º37.29%46.27%-
HSV(B)295.23º54.32%63.53%-
XYZ22.4914.4735.79-
YUV108.25158.34161.34-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.64%
GREEN value IS 74 (29.30% from 255) = 18.93%
BLUE value IS 162 (63.67% from 255) = 41.43%
R=39.64%
G=18.93%
B=41.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal155741620.040.5400.36295.2337.2946.27
Hex9B4AA2436024127252e
Octal2331122424660444474556
Binary100110111001010101000101001101100100100100100111100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,74,162); }

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

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

 a { background-color: rgb(155,74,162); }

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

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

 span { border-color: rgb(155,74,162); }

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