#9B348F

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

Shades of Vivid Violet #9B348F

Tints of Vivid Violet #9B348F

Color information

#9B348F (or 0x9B348F) is unknown color: approx Vivid Violet. HEX triplet: 9B, 34 and 8F. RGB value is (155,52,143). Sum of RGB (Red+Green+Blue) = 155+52+143=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 143 (56.25% from 255 or 40.86% from 350); Max value from RGB is 155 - color contains mainly: red. Hex color #9B348F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B348F is #64CB70. Grayscale: #5C5C5C. Windows color (decimal): -6605681 or 9385115. OLE color: 9385115.

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

Color convert

RGB15552143-
CMYK00.660.080.39
HSL306.99º49.76%40.59%-
HSV(B)306.99º66.45%60.78%-
XYZ19.711.4127.15-
YUV93.17156.12172.1-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.29%
GREEN value IS 52 (20.70% from 255) = 14.86%
BLUE value IS 143 (56.25% from 255) = 40.86%
R=44.29%
G=14.86%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555214300.660.080.39306.9949.7640.59
Hex9B348F0428271333229
Octal23364217010210474636251
Binary1001101111010010001111010000101000100111100110011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B348F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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