#99348E

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

Shades of Vivid Violet #99348E

Tints of Vivid Violet #99348E

Color information

#99348E (or 0x99348E) is unknown color: approx Vivid Violet. HEX triplet: 99, 34 and 8E. RGB value is (153,52,142). Sum of RGB (Red+Green+Blue) = 153+52+142=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 142 (55.86% from 255 or 40.92% from 347); Max value from RGB is 153 - color contains mainly: red. Hex color #99348E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99348E is #66CB71. Grayscale: #5C5C5C. Windows color (decimal): -6736754 or 9319577. OLE color: 9319577.

HSL color Cylindrical-coordinate representation of color #99348E: hue angle of 306.53º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #99348E is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB15352142-
CMYK00.660.070.4
HSL306.53º49.27%40.2%-
HSV(B)306.53º66.01%60%-
XYZ19.2511.1826.73-
YUV92.46155.96171.18-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.09%
GREEN value IS 52 (20.70% from 255) = 14.99%
BLUE value IS 142 (55.86% from 255) = 40.92%
R=44.09%
G=14.99%
B=40.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535214200.660.070.4306.5349.2740.2
Hex99348E0427281333128
Octal2316421601027504636150
Binary100110011101001000111001000010111101000100110011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99348E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99348E; }

 p { color: rgb(153,52,142); }

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

<style>
 a { background-color: #99348E; }

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

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

<style>
 span { border-color: #99348E; }

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

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