#9B418C

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

Shades of Violet Blue #9B418C

Tints of Violet Blue #9B418C

Color information

#9B418C (or 0x9B418C) is unknown color: approx Violet Blue. HEX triplet: 9B, 41 and 8C. RGB value is (155,65,140). Sum of RGB (Red+Green+Blue) = 155+65+140=360 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.06% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 155 - color contains mainly: red. Hex color #9B418C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B418C is #64BE73. Grayscale: #646464. Windows color (decimal): -6602356 or 9191835. OLE color: 9191835.

HSL color Cylindrical-coordinate representation of color #9B418C: hue angle of 310º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9B418C is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB15565140-
CMYK00.580.100.39
HSL310º40.91%43.14%-
HSV(B)310º58.06%60.78%-
XYZ20.1412.6426.19-
YUV100.46150.32166.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.06%
GREEN value IS 65 (25.78% from 255) = 18.06%
BLUE value IS 140 (55.08% from 255) = 38.89%
R=43.06%
G=18.06%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556514000.580.100.3931040.9143.14
Hex9B418C03AA27136292b
Octal23310121407212474665153
Binary1001101110000011000110001110101010100111100110110101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B418C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,65,140); }

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

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

 a { background-color: rgb(155,65,140); }

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

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

 span { border-color: rgb(155,65,140); }

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