#9B289A

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

Shades of Vivid Violet #9B289A

Tints of Vivid Violet #9B289A

Color information

#9B289A (or 0x9B289A) is unknown color: approx Vivid Violet. HEX triplet: 9B, 28 and 9A. RGB value is (155,40,154). Sum of RGB (Red+Green+Blue) = 155+40+154=349 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.41% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 154 (60.55% from 255 or 44.13% from 349); Max value from RGB is 155 - color contains mainly: red. Hex color #9B289A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B289A is #64D765. Grayscale: #575757. Windows color (decimal): -6608742 or 10102939. OLE color: 10102939.

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

Color convert

RGB15540154-
CMYK00.740.010.39
HSL300.52º58.97%38.24%-
HSV(B)300.52º74.19%60.78%-
XYZ20.1110.8231.6-
YUV87.38165.6176.23-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.41%
GREEN value IS 40 (16.02% from 255) = 11.46%
BLUE value IS 154 (60.55% from 255) = 44.13%
R=44.41%
G=11.46%
B=44.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1554015400.740.010.39300.5258.9738.24
Hex9B289A04A12712d3b26
Octal2335023201121474557346
Binary1001101110100010011010010010101100111100101101111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B289A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,40,154); }

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

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

 a { background-color: rgb(155,40,154); }

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

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

 span { border-color: rgb(155,40,154); }

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