#9B4493

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

Shades of Violet Blue #9B4493

Tints of Violet Blue #9B4493

Color information

#9B4493 (or 0x9B4493) is unknown color: approx Violet Blue. HEX triplet: 9B, 44 and 93. RGB value is (155,68,147). Sum of RGB (Red+Green+Blue) = 155+68+147=370 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.89% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4493 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4493 is #64BB6C. Grayscale: #666666. Windows color (decimal): -6601581 or 9651355. OLE color: 9651355.

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

Color convert

RGB15568147-
CMYK00.560.050.39
HSL305.52º39.01%43.73%-
HSV(B)305.52º56.13%60.78%-
XYZ20.8513.2129.05-
YUV103.02152.82165.08-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.89%
GREEN value IS 68 (26.95% from 255) = 18.38%
BLUE value IS 147 (57.81% from 255) = 39.73%
R=41.89%
G=18.38%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556814700.560.050.39305.5239.0143.73
Hex9B4493038527132272c
Octal2331042230705474624754
Binary100110111000100100100110111000101100111100110010100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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