#9B6895

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

Shades of Violet Blue #9B6895

Tints of Violet Blue #9B6895

Color information

#9B6895 (or 0x9B6895) is unknown color: approx Violet Blue. HEX triplet: 9B, 68 and 95. RGB value is (155,104,149). Sum of RGB (Red+Green+Blue) = 155+104+149=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6895 is #64976A. Grayscale: #7C7C7C. Windows color (decimal): -6592363 or 9791643. OLE color: 9791643.

HSL color Cylindrical-coordinate representation of color #9B6895: hue angle of 307.06º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9B6895 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB155104149-
CMYK00.330.040.39
HSL307.06º20.32%50.78%-
HSV(B)307.06º32.9%60.78%-
XYZ23.8919.0430.85-
YUV124.38141.9149.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.99%
GREEN value IS 104 (41.02% from 255) = 25.49%
BLUE value IS 149 (58.59% from 255) = 36.52%
R=37.99%
G=25.49%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510414900.330.040.39307.0620.3250.78
Hex9B68950214271331433
Octal2331502250414474632463
Binary10011011110100010010101010000110010011110011001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,104,149); }

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

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

 a { background-color: rgb(155,104,149); }

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

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

 span { border-color: rgb(155,104,149); }

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