#9B4698

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

Shades of Violet Blue #9B4698

Tints of Violet Blue #9B4698

Color information

#9B4698 (or 0x9B4698) is unknown color: approx Violet Blue. HEX triplet: 9B, 46 and 98. RGB value is (155,70,152). Sum of RGB (Red+Green+Blue) = 155+70+152=377 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.11% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4698 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4698 is #64B967. Grayscale: #686868. Windows color (decimal): -6601064 or 9979547. OLE color: 9979547.

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

Color convert

RGB15570152-
CMYK00.550.020.39
HSL302.12º37.78%44.12%-
HSV(B)302.12º54.84%60.78%-
XYZ21.3813.6231.21-
YUV104.76154.66163.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.11%
GREEN value IS 70 (27.73% from 255) = 18.57%
BLUE value IS 152 (59.77% from 255) = 40.32%
R=41.11%
G=18.57%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557015200.550.020.39302.1237.7844.12
Hex9B469803722712e262c
Octal2331062300672474564654
Binary10011011100011010011000011011110100111100101110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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