#98418B

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

Shades of Vivid Violet #98418B

Tints of Vivid Violet #98418B

Color information

#98418B (or 0x98418B) is unknown color: approx Vivid Violet. HEX triplet: 98, 41 and 8B. RGB value is (152,65,139). Sum of RGB (Red+Green+Blue) = 152+65+139=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 152 - color contains mainly: red. Hex color #98418B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98418B is #67BE74. Grayscale: #636363. Windows color (decimal): -6798965 or 9126296. OLE color: 9126296.

HSL color Cylindrical-coordinate representation of color #98418B: hue angle of 308.97º 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 #98418B is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB15265139-
CMYK00.570.090.40
HSL308.97º40.09%42.55%-
HSV(B)308.97º57.24%59.61%-
XYZ19.512.3225.78-
YUV99.45150.32165.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.70%
GREEN value IS 65 (25.78% from 255) = 18.26%
BLUE value IS 139 (54.69% from 255) = 39.04%
R=42.70%
G=18.26%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526513900.570.090.40308.9740.0942.55
Hex98418B039928135282b
Octal23010121307111504655053
Binary1001100010000011000101101110011001101000100110101101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98418B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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