#9B5FAA

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

Shades of Violet Blue #9B5FAA

Tints of Violet Blue #9B5FAA

Color information

#9B5FAA (or 0x9B5FAA) is unknown color: approx Violet Blue. HEX triplet: 9B, 5F and AA. RGB value is (155,95,170). Sum of RGB (Red+Green+Blue) = 155+95+170=420 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.90% from 420); Green value is 95 (37.5% from 255 or 22.62% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 170 - color contains mainly: blue. Hex color #9B5FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5FAA is #64A055. Grayscale: #797979. Windows color (decimal): -6594646 or 11165595. OLE color: 11165595.

HSL color Cylindrical-coordinate representation of color #9B5FAA: hue angle of 288º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9B5FAA is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15595170-
CMYK0.090.4400.33
HSL288º30.61%51.96%-
HSV(B)288º44.12%66.67%-
XYZ24.8718.0640.2-
YUV121.49155.38151.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.90%
GREEN value IS 95 (37.5% from 255) = 22.62%
BLUE value IS 170 (66.80% from 255) = 40.48%
R=36.90%
G=22.62%
B=40.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal155951700.090.4400.3328830.6151.96
Hex9B5FAA92C0211201f34
Octal23313725211540414403764
Binary100110111011111101010101001101100010000110010000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,95,170); }

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

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

 a { background-color: rgb(155,95,170); }

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

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

 span { border-color: rgb(155,95,170); }

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