#9B4A92

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

Shades of Violet Blue #9B4A92

Tints of Violet Blue #9B4A92

Color information

#9B4A92 (or 0x9B4A92) is unknown color: approx Violet Blue. HEX triplet: 9B, 4A and 92. RGB value is (155,74,146). Sum of RGB (Red+Green+Blue) = 155+74+146=375 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.33% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 146 (57.42% from 255 or 38.93% from 375); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4A92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4A92 is #64B56D. Grayscale: #6A6A6A. Windows color (decimal): -6600046 or 9587355. OLE color: 9587355.

HSL color Cylindrical-coordinate representation of color #9B4A92: hue angle of 306.67º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9B4A92 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB15574146-
CMYK00.520.060.39
HSL306.67º35.37%44.9%-
HSV(B)306.67º52.26%60.78%-
XYZ21.1513.9428.77-
YUV106.43150.34162.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.33%
GREEN value IS 74 (29.30% from 255) = 19.73%
BLUE value IS 146 (57.42% from 255) = 38.93%
R=41.33%
G=19.73%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557414600.520.060.39306.6735.3744.9
Hex9B4A92034627133232d
Octal2331122220646474634355
Binary100110111001010100100100110100110100111100110011100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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