#9B4297

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

Shades of Violet Blue #9B4297

Tints of Violet Blue #9B4297

Color information

#9B4297 (or 0x9B4297) is unknown color: approx Violet Blue. HEX triplet: 9B, 42 and 97. RGB value is (155,66,151). Sum of RGB (Red+Green+Blue) = 155+66+151=372 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.67% from 372); Green value is 66 (26.17% from 255 or 17.74% from 372); Blue value is 151 (59.38% from 255 or 40.59% from 372); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4297 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4297 is #64BD68. Grayscale: #666666. Windows color (decimal): -6602089 or 9912987. OLE color: 9912987.

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

Color convert

RGB15566151-
CMYK00.570.030.39
HSL302.7º40.27%43.33%-
HSV(B)302.7º57.42%60.78%-
XYZ21.0513.130.7-
YUV102.3155.49165.59-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.67%
GREEN value IS 66 (26.17% from 255) = 17.74%
BLUE value IS 151 (59.38% from 255) = 40.59%
R=41.67%
G=17.74%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556615100.570.030.39302.740.2743.33
Hex9B429703932712f282b
Octal2331022270713474575053
Binary10011011100001010010111011100111100111100101111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,66,151); }

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

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

 a { background-color: rgb(155,66,151); }

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

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

 span { border-color: rgb(155,66,151); }

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