#9B4C98

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

Shades of Violet Blue #9B4C98

Tints of Violet Blue #9B4C98

Color information

#9B4C98 (or 0x9B4C98) is unknown color: approx Violet Blue. HEX triplet: 9B, 4C and 98. RGB value is (155,76,152). Sum of RGB (Red+Green+Blue) = 155+76+152=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 152 (59.77% from 255 or 39.69% from 383); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4C98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4C98 is #64B367. Grayscale: #6C6C6C. Windows color (decimal): -6599528 or 9981083. OLE color: 9981083.

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

Color convert

RGB15576152-
CMYK00.510.020.39
HSL302.28º34.2%45.29%-
HSV(B)302.28º50.97%60.78%-
XYZ21.7714.431.34-
YUV108.28152.67161.32-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.47%
GREEN value IS 76 (30.08% from 255) = 19.84%
BLUE value IS 152 (59.77% from 255) = 39.69%
R=40.47%
G=19.84%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557615200.510.020.39302.2834.245.29
Hex9B4C9803322712e222d
Octal2331142300632474564255
Binary10011011100110010011000011001110100111100101110100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,76,152); }

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

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

 a { background-color: rgb(155,76,152); }

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

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

 span { border-color: rgb(155,76,152); }

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