#9B449D

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

Shades of Violet Blue #9B449D

Tints of Violet Blue #9B449D

Color information

#9B449D (or 0x9B449D) is unknown color: approx Violet Blue. HEX triplet: 9B, 44 and 9D. RGB value is (155,68,157). Sum of RGB (Red+Green+Blue) = 155+68+157=380 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.79% from 380); Green value is 68 (26.95% from 255 or 17.89% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 157 - color contains mainly: blue. Hex color #9B449D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B449D is #64BB62. Grayscale: #676767. Windows color (decimal): -6601571 or 10306715. OLE color: 10306715.

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

Color convert

RGB15568157-
CMYK0.010.5700.38
HSL298.65º39.56%44.12%-
HSV(B)298.65º56.69%61.57%-
XYZ21.6713.5433.37-
YUV104.16157.82164.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.79%
GREEN value IS 68 (26.95% from 255) = 17.89%
BLUE value IS 157 (61.72% from 255) = 41.32%
R=40.79%
G=17.89%
B=41.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal155681570.010.5700.38298.6539.5644.12
Hex9B449D13902612b282c
Octal2331042351710464535054
Binary1001101110001001001110111110010100110100101011101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B449D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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