#9B279A

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

Shades of Vivid Violet #9B279A

Tints of Vivid Violet #9B279A

Color information

#9B279A (or 0x9B279A) is unknown color: approx Vivid Violet. HEX triplet: 9B, 27 and 9A. RGB value is (155,39,154). Sum of RGB (Red+Green+Blue) = 155+39+154=348 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.54% from 348); Green value is 39 (15.62% from 255 or 11.21% from 348); Blue value is 154 (60.55% from 255 or 44.25% from 348); Max value from RGB is 155 - color contains mainly: red. Hex color #9B279A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B279A is #64D865. Grayscale: #565656. Windows color (decimal): -6608998 or 10102683. OLE color: 10102683.

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

Color convert

RGB15539154-
CMYK00.750.010.39
HSL300.52º59.79%38.04%-
HSV(B)300.52º74.84%60.78%-
XYZ20.0810.7531.59-
YUV86.79165.93176.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.54%
GREEN value IS 39 (15.62% from 255) = 11.21%
BLUE value IS 154 (60.55% from 255) = 44.25%
R=44.54%
G=11.21%
B=44.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1553915400.750.010.39300.5259.7938.04
Hex9B279A04B12712d3c26
Octal2334723201131474557446
Binary1001101110011110011010010010111100111100101101111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B279A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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