#9B4E92

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

Shades of Violet Blue #9B4E92

Tints of Violet Blue #9B4E92

Color information

#9B4E92 (or 0x9B4E92) is unknown color: approx Violet Blue. HEX triplet: 9B, 4E and 92. RGB value is (155,78,146). Sum of RGB (Red+Green+Blue) = 155+78+146=379 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.90% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B4E92 is #64B16D. Grayscale: #6C6C6C. Windows color (decimal): -6599022 or 9588379. OLE color: 9588379.

HSL color Cylindrical-coordinate representation of color #9B4E92: hue angle of 307.01º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B4E92 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB15578146-
CMYK00.500.060.39
HSL307.01º33.05%45.69%-
HSV(B)307.01º49.68%60.78%-
XYZ21.4314.4928.86-
YUV108.78149.01160.97-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.90%
GREEN value IS 78 (30.86% from 255) = 20.58%
BLUE value IS 146 (57.42% from 255) = 38.52%
R=40.90%
G=20.58%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557814600.500.060.39307.0133.0545.69
Hex9B4E92032627133212e
Octal2331162220626474634156
Binary100110111001110100100100110010110100111100110011100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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