#9b349b

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

Shades of Vivid Violet #9B349B

Tints of Vivid Violet #9B349B

Color information

#9B349B (or 0x9B349B) is unknown color: approx Vivid Violet. HEX triplet: 9B, 34 and 9B. RGB value is (155,52,155). Sum of RGB (Red+Green+Blue) = 155+52+155=362 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.82% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 155 - color contains mainly: red, blue. Hex color #9B349B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B349B is #64CB64. Grayscale: #5E5E5E. Windows color (decimal): -6605669 or 10171547. OLE color: 10171547.

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

Color convert

RGB15552155-
CMYK00.6600.39
HSL300º49.76%40.59%-
HSV(B)300º66.45%60.78%-
XYZ20.6611.7932.2-
YUV94.54162.12171.12-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.82%
GREEN value IS 52 (20.70% from 255) = 14.36%
BLUE value IS 155 (60.94% from 255) = 42.82%
R=42.82%
G=14.36%
B=42.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555215500.6600.3930049.7640.59
Hex9B349B04202712c3229
Octal2336423301020474546251
Binary1001101111010010011011010000100100111100101100110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b349b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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