#983697

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

Shades of Vivid Violet #983697

Tints of Vivid Violet #983697

Color information

#983697 (or 0x983697) is unknown color: approx Vivid Violet. HEX triplet: 98, 36 and 97. RGB value is (152,54,151). Sum of RGB (Red+Green+Blue) = 152+54+151=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 54 (21.48% from 255 or 15.13% from 357); Blue value is 151 (59.38% from 255 or 42.30% from 357); Max value from RGB is 152 - color contains mainly: red. Hex color #983697 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983697 is #67C968. Grayscale: #5E5E5E. Windows color (decimal): -6801769 or 9909912. OLE color: 9909912.

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

Color convert

RGB15254151-
CMYK00.640.010.40
HSL300.61º47.57%40.39%-
HSV(B)300.61º64.47%59.61%-
XYZ19.8511.5530.46-
YUV94.36159.97169.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.58%
GREEN value IS 54 (21.48% from 255) = 15.13%
BLUE value IS 151 (59.38% from 255) = 42.30%
R=42.58%
G=15.13%
B=42.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525415100.640.010.40300.6147.5740.39
Hex98369704012812d3028
Octal2306622701001504556050
Binary1001100011011010010111010000001101000100101101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983697; }

 p { color: rgb(152,54,151); }

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

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

 a { background-color: rgb(152,54,151); }

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

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

 span { border-color: rgb(152,54,151); }

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