Html Css Color HEX #983F97 Vivid Violet

📋 copy color: '#983F97'

red 152 ◦ green 63 ◦ blue 151

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

Shades of Vivid Violet #983F97

Tints of Vivid Violet #983F97

RGB

 RED value IS 152 (59.77% from 255) = 41.53%

 GREEN value IS 63 (25% from 255) = 17.21%

 BLUE value IS 151 (59.38% from 255) = 41.26%

R = 41.53%
G = 17.21%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#983F97 (or 0x983F97) is known color: Vivid Violet. HEX triplet: 98, 3F and 97. RGB value is (152,63,151). Sum of RGB (Red+Green+Blue) = 152+63+151=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 63 (25% from 255 or 17.21% from 366); Blue value is 151 (59.38% from 255 or 41.26% from 366); Max value from RGB is 152 - color contains mainly: red. Hex color #983F97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983F97 is #67C068. Grayscale: #636363. Windows color (decimal): -6799465 or 9912216. OLE color: 9912216.

HSL color Cylindrical-coordinate representation of color #983F97: hue angle of 300.67º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #983F97 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 63 151 -
CMYK 0 0.59 0.01 0.40
HSL 300.67º 0.41% 0.42% -
HSV(B) 300.67º 0.59% 0.6% -
XYZ 20.31 12.46 30.61 -
YUV 99.64 156.99 165.34 -
System Red Green Blue C M Y K H S L
Decimal 152 63 151 0 0.59 0.01 0.40 300.67 0.41 0.42
Hex 98 3F 97 0 3B 1 28 12D 29 2A
Octal 230 77 227 0 73 1 50 455 51 52
Binary 10011000 111111 10010111 0 111011 1 101000 100101101 101001 101010

Color Harmonies of #983F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983F97

Black with #983F97

Text Example


Text Example

White with #983F97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983F97; }

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

 H1.HeaderClassName
 {
   color: #983F97;
 }
 .AnyTagClassName
 {
   color: #983F97;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #983F97;
 }
 .BgClassName
 {
   background-color: #983F97;
 }
</style>

border-color css

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

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

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