#98388D

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

Shades of Vivid Violet #98388D

Tints of Vivid Violet #98388D

Color information

#98388D (or 0x98388D) is unknown color: approx Vivid Violet. HEX triplet: 98, 38 and 8D. RGB value is (152,56,141). Sum of RGB (Red+Green+Blue) = 152+56+141=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 56 (22.27% from 255 or 16.05% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 152 - color contains mainly: red. Hex color #98388D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98388D is #67C772. Grayscale: #5E5E5E. Windows color (decimal): -6801267 or 9255064. OLE color: 9255064.

HSL color Cylindrical-coordinate representation of color #98388D: hue angle of 306.88º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #98388D is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB15256141-
CMYK00.630.070.40
HSL306.88º46.15%40.78%-
HSV(B)306.88º63.16%59.61%-
XYZ19.1711.4326.39-
YUV94.39154.3169.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.55%
GREEN value IS 56 (22.27% from 255) = 16.05%
BLUE value IS 141 (55.47% from 255) = 40.40%
R=43.55%
G=16.05%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525614100.630.070.40306.8846.1540.78
Hex98388D03F7281332e29
Octal230702150777504635651
Binary10011000111000100011010111111111101000100110011101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98388D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98388D; }

 p { color: rgb(152,56,141); }

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

<style>
 a { background-color: #98388D; }

 a { background-color: rgb(152,56,141); }

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

<style>
 span { border-color: #98388D; }

 span { border-color: rgb(152,56,141); }

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