#98329A

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

Shades of Vivid Violet #98329A

Tints of Vivid Violet #98329A

Color information

#98329A (or 0x98329A) is unknown color: approx Vivid Violet. HEX triplet: 98, 32 and 9A. RGB value is (152,50,154). Sum of RGB (Red+Green+Blue) = 152+50+154=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 154 (60.55% from 255 or 43.26% from 356); Max value from RGB is 154 - color contains mainly: blue. Hex color #98329A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98329A is #67CD65. Grayscale: #5C5C5C. Windows color (decimal): -6802790 or 10105496. OLE color: 10105496.

HSL color Cylindrical-coordinate representation of color #98329A: hue angle of 298.85º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #98329A is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB15250154-
CMYK0.010.6800.40
HSL298.85º50.98%40%-
HSV(B)298.85º67.53%60.39%-
XYZ19.9211.2931.7-
YUV92.35162.79170.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.70%
GREEN value IS 50 (19.92% from 255) = 14.04%
BLUE value IS 154 (60.55% from 255) = 43.26%
R=42.70%
G=14.04%
B=43.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152501540.010.6800.40298.8550.9840
Hex98329A14402812b3328
Octal2306223211040504536350
Binary1001100011001010011010110001000101000100101011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98329A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98329A; }

 p { color: rgb(152,50,154); }

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

<style>
 a { background-color: #98329A; }

 a { background-color: rgb(152,50,154); }

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

<style>
 span { border-color: #98329A; }

 span { border-color: rgb(152,50,154); }

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