#9B5C8E

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

Shades of Violet Blue #9B5C8E

Tints of Violet Blue #9B5C8E

Color information

#9B5C8E (or 0x9B5C8E) is unknown color: approx Violet Blue. HEX triplet: 9B, 5C and 8E. RGB value is (155,92,142). Sum of RGB (Red+Green+Blue) = 155+92+142=389 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.85% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5C8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5C8E is #64A371. Grayscale: #747474. Windows color (decimal): -6595442 or 9329819. OLE color: 9329819.

HSL color Cylindrical-coordinate representation of color #9B5C8E: hue angle of 312.38º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9B5C8E is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB15592142-
CMYK00.410.080.39
HSL312.38º25.51%48.43%-
HSV(B)312.38º40.65%60.78%-
XYZ22.2316.5827.62-
YUV116.54142.37155.43-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.85%
GREEN value IS 92 (36.33% from 255) = 23.65%
BLUE value IS 142 (55.86% from 255) = 36.50%
R=39.85%
G=23.65%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559214200.410.080.39312.3825.5148.43
Hex9B5C8E0298271381a30
Octal23313421605110474703260
Binary100110111011100100011100101001100010011110011100011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,92,142); }

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

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

 a { background-color: rgb(155,92,142); }

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

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

 span { border-color: rgb(155,92,142); }

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