#9B459D

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

Shades of Violet Blue #9B459D

Tints of Violet Blue #9B459D

Color information

#9B459D (or 0x9B459D) is unknown color: approx Violet Blue. HEX triplet: 9B, 45 and 9D. RGB value is (155,69,157). Sum of RGB (Red+Green+Blue) = 155+69+157=381 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.68% from 381); Green value is 69 (27.34% from 255 or 18.11% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 157 - color contains mainly: blue. Hex color #9B459D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B459D is #64BA62. Grayscale: #686868. Windows color (decimal): -6601315 or 10306971. OLE color: 10306971.

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

Color convert

RGB15569157-
CMYK0.010.5600.38
HSL298.64º38.94%44.31%-
HSV(B)298.64º56.05%61.57%-
XYZ21.7313.6633.39-
YUV104.75157.49163.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.68%
GREEN value IS 69 (27.34% from 255) = 18.11%
BLUE value IS 157 (61.72% from 255) = 41.21%
R=40.68%
G=18.11%
B=41.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal155691570.010.5600.38298.6438.9444.31
Hex9B459D13802612b272c
Octal2331052351700464534754
Binary1001101110001011001110111110000100110100101011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B459D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,69,157); }

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

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

 a { background-color: rgb(155,69,157); }

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

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

 span { border-color: rgb(155,69,157); }

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