Html Css Color HEX #983697 Vivid Violet

📋 copy color: '#983697'

red 152 ◦ green 54 ◦ blue 151

#983697
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #983697

Tints of Vivid Violet #983697

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.3%

R = 42.58%
G = 15.13%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#983697 (or 0x983697) is known color: 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

RGB 152 54 151 -
CMYK 0 0.64 0.01 0.40
HSL 300.61º 0.48% 0.4% -
HSV(B) 300.61º 0.64% 0.6% -
XYZ 19.85 11.55 30.46 -
YUV 94.36 159.97 169.11 -
System Red Green Blue C M Y K H S L
Decimal 152 54 151 0 0.64 0.01 0.40 300.61 0.48 0.4
Hex 98 36 97 0 40 1 28 12D 30 28
Octal 230 66 227 0 100 1 50 455 60 50
Binary 10011000 110110 10010111 0 1000000 1 101000 100101101 110000 101000

Color Harmonies of #983697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983697

Black with #983697

Text Example


Text Example

White with #983697

Text Example


Text Example

HTML Codes & Css Web 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>