#9B6392

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

Shades of Violet Blue #9B6392

Tints of Violet Blue #9B6392

Color information

#9B6392 (or 0x9B6392) is unknown color: approx Violet Blue. HEX triplet: 9B, 63 and 92. RGB value is (155,99,146). Sum of RGB (Red+Green+Blue) = 155+99+146=400 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.75% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6392 is #649C6D. Grayscale: #787878. Windows color (decimal): -6593646 or 9593755. OLE color: 9593755.

HSL color Cylindrical-coordinate representation of color #9B6392: hue angle of 309.64º 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 #9B6392 is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB15599146-
CMYK00.360.060.39
HSL309.64º22.05%49.8%-
HSV(B)309.64º36.13%60.78%-
XYZ23.1717.9729.44-
YUV121.1142.05152.18-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.75%
GREEN value IS 99 (39.06% from 255) = 24.75%
BLUE value IS 146 (57.42% from 255) = 36.5%
R=38.75%
G=24.75%
B=36.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559914600.360.060.39309.6422.0549.8
Hex9B63920246271361632
Octal2331432220446474662662
Binary10011011110001110010010010010011010011110011011010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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