#9B418E

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

Shades of Violet Blue #9B418E

Tints of Violet Blue #9B418E

Color information

#9B418E (or 0x9B418E) is unknown color: approx Violet Blue. HEX triplet: 9B, 41 and 8E. RGB value is (155,65,142). Sum of RGB (Red+Green+Blue) = 155+65+142=362 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.82% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 142 (55.86% from 255 or 39.23% from 362); Max value from RGB is 155 - color contains mainly: red. Hex color #9B418E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B418E is #64BE71. Grayscale: #646464. Windows color (decimal): -6602354 or 9322907. OLE color: 9322907.

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

Color convert

RGB15565142-
CMYK00.580.080.39
HSL308.67º40.91%43.14%-
HSV(B)308.67º58.06%60.78%-
XYZ20.2912.726.97-
YUV100.69151.32166.74-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.82%
GREEN value IS 65 (25.78% from 255) = 17.96%
BLUE value IS 142 (55.86% from 255) = 39.23%
R=42.82%
G=17.96%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556514200.580.080.39308.6740.9143.14
Hex9B418E03A827135292b
Octal23310121607210474655153
Binary1001101110000011000111001110101000100111100110101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B418E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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