#98408B

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

Shades of Vivid Violet #98408B

Tints of Vivid Violet #98408B

Color information

#98408B (or 0x98408B) is unknown color: approx Vivid Violet. HEX triplet: 98, 40 and 8B. RGB value is (152,64,139). Sum of RGB (Red+Green+Blue) = 152+64+139=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 152 - color contains mainly: red. Hex color #98408B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98408B is #67BF74. Grayscale: #626262. Windows color (decimal): -6799221 or 9126040. OLE color: 9126040.

HSL color Cylindrical-coordinate representation of color #98408B: hue angle of 308.86º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #98408B is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB15264139-
CMYK00.580.090.40
HSL308.86º40.74%42.35%-
HSV(B)308.86º57.89%59.61%-
XYZ19.4412.2125.76-
YUV98.86150.65165.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.82%
GREEN value IS 64 (25.39% from 255) = 18.03%
BLUE value IS 139 (54.69% from 255) = 39.15%
R=42.82%
G=18.03%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526413900.580.090.40308.8640.7442.35
Hex98408B03A928135292a
Octal23010021307211504655152
Binary1001100010000001000101101110101001101000100110101101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98408B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,64,139); }

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

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

 a { background-color: rgb(152,64,139); }

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

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

 span { border-color: rgb(152,64,139); }

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