#98358D

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

Shades of Vivid Violet #98358D

Tints of Vivid Violet #98358D

Color information

#98358D (or 0x98358D) is unknown color: approx Vivid Violet. HEX triplet: 98, 35 and 8D. RGB value is (152,53,141). Sum of RGB (Red+Green+Blue) = 152+53+141=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 152 - color contains mainly: red. Hex color #98358D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98358D is #67CA72. Grayscale: #5C5C5C. Windows color (decimal): -6802035 or 9254296. OLE color: 9254296.

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

Color convert

RGB15253141-
CMYK00.650.070.40
HSL306.67º48.29%40.2%-
HSV(B)306.67º65.13%59.61%-
XYZ19.0311.1426.35-
YUV92.63155.3170.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.93%
GREEN value IS 53 (21.09% from 255) = 15.32%
BLUE value IS 141 (55.47% from 255) = 40.75%
R=43.93%
G=15.32%
B=40.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525314100.650.070.40306.6748.2940.2
Hex98358D0417281333028
Octal2306521501017504636050
Binary100110001101011000110101000001111101000100110011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98358D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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