#98379D

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

Shades of Vivid Violet #98379D

Tints of Vivid Violet #98379D

Color information

#98379D (or 0x98379D) is unknown color: approx Vivid Violet. HEX triplet: 98, 37 and 9D. RGB value is (152,55,157). Sum of RGB (Red+Green+Blue) = 152+55+157=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 55 (21.88% from 255 or 15.11% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 157 - color contains mainly: blue. Hex color #98379D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98379D is #67C862. Grayscale: #5F5F5F. Windows color (decimal): -6801507 or 10303384. OLE color: 10303384.

HSL color Cylindrical-coordinate representation of color #98379D: hue angle of 297.06º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #98379D is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15255157-
CMYK0.030.6500.38
HSL297.06º48.11%41.57%-
HSV(B)297.06º64.97%61.57%-
XYZ20.411.8433.11-
YUV95.63162.64168.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.76%
GREEN value IS 55 (21.88% from 255) = 15.11%
BLUE value IS 157 (61.72% from 255) = 43.13%
R=41.76%
G=15.11%
B=43.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal152551570.030.6500.38297.0648.1141.57
Hex98379D341026129302a
Octal2306723531010464516052
Binary10011000110111100111011110000010100110100101001110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98379D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,55,157); }

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

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

 a { background-color: rgb(152,55,157); }

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

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

 span { border-color: rgb(152,55,157); }

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