#9B3A8F

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

Shades of Vivid Violet #9B3A8F

Tints of Vivid Violet #9B3A8F

Color information

#9B3A8F (or 0x9B3A8F) is unknown color: approx Vivid Violet. HEX triplet: 9B, 3A and 8F. RGB value is (155,58,143). Sum of RGB (Red+Green+Blue) = 155+58+143=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 58 (23.05% from 255 or 16.29% from 356); Blue value is 143 (56.25% from 255 or 40.17% from 356); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3A8F is #64C570. Grayscale: #606060. Windows color (decimal): -6604145 or 9386651. OLE color: 9386651.

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

Color convert

RGB15558143-
CMYK00.630.080.39
HSL307.42º45.54%41.76%-
HSV(B)307.42º62.58%60.78%-
XYZ19.9911.9827.25-
YUV96.69154.14169.59-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.54%
GREEN value IS 58 (23.05% from 255) = 16.29%
BLUE value IS 143 (56.25% from 255) = 40.17%
R=43.54%
G=16.29%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555814300.630.080.39307.4245.5441.76
Hex9B3A8F03F8271332e2a
Octal2337221707710474635652
Binary100110111110101000111101111111000100111100110011101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,58,143); }

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

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

 a { background-color: rgb(155,58,143); }

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

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

 span { border-color: rgb(155,58,143); }

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