#9B6892

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

Shades of Violet Blue #9B6892

Tints of Violet Blue #9B6892

Color information

#9B6892 (or 0x9B6892) is unknown color: approx Violet Blue. HEX triplet: 9B, 68 and 92. RGB value is (155,104,146). Sum of RGB (Red+Green+Blue) = 155+104+146=405 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.27% from 405); Green value is 104 (41.02% from 255 or 25.68% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6892 is #64976D. Grayscale: #7B7B7B. Windows color (decimal): -6592366 or 9595035. OLE color: 9595035.

HSL color Cylindrical-coordinate representation of color #9B6892: hue angle of 310.59º 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 #9B6892 is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB155104146-
CMYK00.330.060.39
HSL310.59º20.32%50.78%-
HSV(B)310.59º32.9%60.78%-
XYZ23.6618.9429.6-
YUV124.04140.4150.08-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.27%
GREEN value IS 104 (41.02% from 255) = 25.68%
BLUE value IS 146 (57.42% from 255) = 36.05%
R=38.27%
G=25.68%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510414600.330.060.39310.5920.3250.78
Hex9B68920216271371433
Octal2331502220416474672463
Binary10011011110100010010010010000111010011110011011110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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