#9B4293

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

Shades of Violet Blue #9B4293

Tints of Violet Blue #9B4293

Color information

#9B4293 (or 0x9B4293) is unknown color: approx Violet Blue. HEX triplet: 9B, 42 and 93. RGB value is (155,66,147). Sum of RGB (Red+Green+Blue) = 155+66+147=368 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.12% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 147 (57.81% from 255 or 39.95% from 368); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4293 is #64BD6C. Grayscale: #656565. Windows color (decimal): -6602093 or 9650843. OLE color: 9650843.

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

Color convert

RGB15566147-
CMYK00.570.050.39
HSL305.39º40.27%43.33%-
HSV(B)305.39º57.42%60.78%-
XYZ20.7312.9729.01-
YUV101.84153.49165.91-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.12%
GREEN value IS 66 (26.17% from 255) = 17.93%
BLUE value IS 147 (57.81% from 255) = 39.95%
R=42.12%
G=17.93%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556614700.570.050.39305.3940.2743.33
Hex9B4293039527131282b
Octal2331022230715474615053
Binary100110111000010100100110111001101100111100110001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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