#9B469A

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

Shades of Violet Blue #9B469A

Tints of Violet Blue #9B469A

Color information

#9B469A (or 0x9B469A) is unknown color: approx Violet Blue. HEX triplet: 9B, 46 and 9A. RGB value is (155,70,154). Sum of RGB (Red+Green+Blue) = 155+70+154=379 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.90% from 379); Green value is 70 (27.73% from 255 or 18.47% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 155 - color contains mainly: red. Hex color #9B469A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B469A is #64B965. Grayscale: #686868. Windows color (decimal): -6601062 or 10110619. OLE color: 10110619.

HSL color Cylindrical-coordinate representation of color #9B469A: hue angle of 300.71º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9B469A is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB15570154-
CMYK00.550.010.39
HSL300.71º37.78%44.12%-
HSV(B)300.71º54.84%60.78%-
XYZ21.5413.6832.08-
YUV104.99155.66163.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.90%
GREEN value IS 70 (27.73% from 255) = 18.47%
BLUE value IS 154 (60.55% from 255) = 40.63%
R=40.90%
G=18.47%
B=40.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557015400.550.010.39300.7137.7844.12
Hex9B469A03712712d262c
Octal2331062320671474554654
Binary1001101110001101001101001101111100111100101101100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B469A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,70,154); }

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

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

 a { background-color: rgb(155,70,154); }

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

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

 span { border-color: rgb(155,70,154); }

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