#9B6394

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

Shades of Violet Blue #9B6394

Tints of Violet Blue #9B6394

Color information

#9B6394 (or 0x9B6394) is unknown color: approx Violet Blue. HEX triplet: 9B, 63 and 94. RGB value is (155,99,148). Sum of RGB (Red+Green+Blue) = 155+99+148=402 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.56% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6394 is #649C6B. Grayscale: #797979. Windows color (decimal): -6593644 or 9724827. OLE color: 9724827.

HSL color Cylindrical-coordinate representation of color #9B6394: hue angle of 307.5º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9B6394 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB15599148-
CMYK00.360.050.39
HSL307.5º22.05%49.8%-
HSV(B)307.5º36.13%60.78%-
XYZ23.3218.0330.27-
YUV121.33143.05152.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.56%
GREEN value IS 99 (39.06% from 255) = 24.63%
BLUE value IS 148 (58.20% from 255) = 36.82%
R=38.56%
G=24.63%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559914800.360.050.39307.522.0549.8
Hex9B63940245271341632
Octal2331432240445474642662
Binary10011011110001110010100010010010110011110011010010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,99,148); }

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

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

 a { background-color: rgb(155,99,148); }

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

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

 span { border-color: rgb(155,99,148); }

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