#9B409C

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

Shades of Violet Blue #9B409C

Tints of Violet Blue #9B409C

Color information

#9B409C (or 0x9B409C) is unknown color: approx Violet Blue. HEX triplet: 9B, 40 and 9C. RGB value is (155,64,156). Sum of RGB (Red+Green+Blue) = 155+64+156=375 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.33% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 156 - color contains mainly: blue. Hex color #9B409C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B409C is #64BF63. Grayscale: #656565. Windows color (decimal): -6602596 or 10240155. OLE color: 10240155.

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

Color convert

RGB15564156-
CMYK0.010.5900.39
HSL299.35º41.82%43.14%-
HSV(B)299.35º58.97%61.18%-
XYZ21.3513.0432.84-
YUV101.7158.65166.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.33%
GREEN value IS 64 (25.39% from 255) = 17.07%
BLUE value IS 156 (61.33% from 255) = 41.6%
R=41.33%
G=17.07%
B=41.6%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155641560.010.5900.39299.3541.8243.14
Hex9B409C13B02712b2a2b
Octal2331002341730474535253
Binary1001101110000001001110011110110100111100101011101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B409C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,64,156); }

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

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

 a { background-color: rgb(155,64,156); }

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

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

 span { border-color: rgb(155,64,156); }

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