#98309A

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

Shades of Vivid Violet #98309A

Tints of Vivid Violet #98309A

Color information

#98309A (or 0x98309A) is unknown color: approx Vivid Violet. HEX triplet: 98, 30 and 9A. RGB value is (152,48,154). Sum of RGB (Red+Green+Blue) = 152+48+154=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 154 (60.55% from 255 or 43.50% from 354); Max value from RGB is 154 - color contains mainly: blue. Hex color #98309A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98309A is #67CF65. Grayscale: #5A5A5A. Windows color (decimal): -6803302 or 10104984. OLE color: 10104984.

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

Color convert

RGB15248154-
CMYK0.010.6900.40
HSL298.87º52.48%39.61%-
HSV(B)298.87º68.83%60.39%-
XYZ19.8411.1231.67-
YUV91.18163.46171.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.94%
GREEN value IS 48 (19.14% from 255) = 13.56%
BLUE value IS 154 (60.55% from 255) = 43.50%
R=42.94%
G=13.56%
B=43.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152481540.010.6900.40298.8752.4839.61
Hex98309A14502812b3428
Octal2306023211050504536450
Binary1001100011000010011010110001010101000100101011110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98309A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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