#98418E

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

Shades of Vivid Violet #98418E

Tints of Vivid Violet #98418E

Color information

#98418E (or 0x98418E) is unknown color: approx Vivid Violet. HEX triplet: 98, 41 and 8E. RGB value is (152,65,142). Sum of RGB (Red+Green+Blue) = 152+65+142=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 152 - color contains mainly: red. Hex color #98418E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98418E is #67BE71. Grayscale: #636363. Windows color (decimal): -6798962 or 9322904. OLE color: 9322904.

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

Color convert

RGB15265142-
CMYK00.570.070.40
HSL306.9º40.09%42.55%-
HSV(B)306.9º57.24%59.61%-
XYZ19.7212.4126.95-
YUV99.79151.82165.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.34%
GREEN value IS 65 (25.78% from 255) = 18.11%
BLUE value IS 142 (55.86% from 255) = 39.55%
R=42.34%
G=18.11%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526514200.570.070.40306.940.0942.55
Hex98418E039728133282b
Octal2301012160717504635053
Binary100110001000001100011100111001111101000100110011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98418E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,65,142); }

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

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

 a { background-color: rgb(152,65,142); }

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

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

 span { border-color: rgb(152,65,142); }

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