#9B3F98

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

Shades of Violet Blue #9B3F98

Tints of Violet Blue #9B3F98

Color information

#9B3F98 (or 0x9B3F98) is unknown color: approx Violet Blue. HEX triplet: 9B, 3F and 98. RGB value is (155,63,152). Sum of RGB (Red+Green+Blue) = 155+63+152=370 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.89% from 370); Green value is 63 (25% from 255 or 17.03% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3F98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3F98 is #64C067. Grayscale: #646464. Windows color (decimal): -6602856 or 9977755. OLE color: 9977755.

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

Color convert

RGB15563152-
CMYK00.590.020.39
HSL301.96º42.2%42.75%-
HSV(B)301.96º59.35%60.78%-
XYZ20.9612.7931.07-
YUV100.65156.98166.76-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.89%
GREEN value IS 63 (25% from 255) = 17.03%
BLUE value IS 152 (59.77% from 255) = 41.08%
R=41.89%
G=17.03%
B=41.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556315200.590.020.39301.9642.242.75
Hex9B3F9803B22712e2a2b
Octal233772300732474565253
Binary1001101111111110011000011101110100111100101110101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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