#99389B

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

Shades of Vivid Violet #99389B

Tints of Vivid Violet #99389B

Color information

#99389B (or 0x99389B) is unknown color: approx Vivid Violet. HEX triplet: 99, 38 and 9B. RGB value is (153,56,155). Sum of RGB (Red+Green+Blue) = 153+56+155=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 56 (22.27% from 255 or 15.38% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 155 - color contains mainly: blue. Hex color #99389B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99389B is #66C764. Grayscale: #5F5F5F. Windows color (decimal): -6735717 or 10172569. OLE color: 10172569.

HSL color Cylindrical-coordinate representation of color #99389B: hue angle of 298.79º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #99389B is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15356155-
CMYK0.010.6400.39
HSL298.79º46.92%41.37%-
HSV(B)298.79º63.87%60.78%-
XYZ20.4711.9732.24-
YUV96.29161.14168.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.03%
GREEN value IS 56 (22.27% from 255) = 15.38%
BLUE value IS 155 (60.94% from 255) = 42.58%
R=42.03%
G=15.38%
B=42.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal153561550.010.6400.39298.7946.9241.37
Hex99389B14002712b2f29
Octal2317023311000474535751
Binary1001100111100010011011110000000100111100101011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99389B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99389B; }

 p { color: rgb(153,56,155); }

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

<style>
 a { background-color: #99389B; }

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

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

<style>
 span { border-color: #99389B; }

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

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