#98408C

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

Shades of Vivid Violet #98408C

Tints of Vivid Violet #98408C

Color information

#98408C (or 0x98408C) is unknown color: approx Vivid Violet. HEX triplet: 98, 40 and 8C. RGB value is (152,64,140). Sum of RGB (Red+Green+Blue) = 152+64+140=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 152 - color contains mainly: red. Hex color #98408C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98408C is #67BF73. Grayscale: #626262. Windows color (decimal): -6799220 or 9191576. OLE color: 9191576.

HSL color Cylindrical-coordinate representation of color #98408C: hue angle of 308.18º 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 #98408C is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB15264140-
CMYK00.580.080.40
HSL308.18º40.74%42.35%-
HSV(B)308.18º57.89%59.61%-
XYZ19.5212.2426.14-
YUV98.98151.15165.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.70%
GREEN value IS 64 (25.39% from 255) = 17.98%
BLUE value IS 140 (55.08% from 255) = 39.33%
R=42.70%
G=17.98%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526414000.580.080.40308.1840.7442.35
Hex98408C03A828134292a
Octal23010021407210504645152
Binary1001100010000001000110001110101000101000100110100101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98408C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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