Html Css Color HEX #984097 Vivid Violet

📋 copy color: '#984097'

red 152 ◦ green 64 ◦ blue 151

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

Shades of Vivid Violet #984097

Tints of Vivid Violet #984097

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.44%

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

R = 41.42%
G = 17.44%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#984097 (or 0x984097) is known color: Vivid Violet. HEX triplet: 98, 40 and 97. RGB value is (152,64,151). Sum of RGB (Red+Green+Blue) = 152+64+151=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 151 (59.38% from 255 or 41.14% from 367); Max value from RGB is 152 - color contains mainly: red. Hex color #984097 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984097 is #67BF68. Grayscale: #636363. Windows color (decimal): -6799209 or 9912472. OLE color: 9912472.

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

Color convert

RGB 152 64 151 -
CMYK 0 0.58 0.01 0.40
HSL 300.68º 0.41% 0.42% -
HSV(B) 300.68º 0.58% 0.6% -
XYZ 20.37 12.58 30.63 -
YUV 100.23 156.65 164.93 -
System Red Green Blue C M Y K H S L
Decimal 152 64 151 0 0.58 0.01 0.40 300.68 0.41 0.42
Hex 98 40 97 0 3A 1 28 12D 29 2A
Octal 230 100 227 0 72 1 50 455 51 52
Binary 10011000 1000000 10010111 0 111010 1 101000 100101101 101001 101010

Color Harmonies of #984097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984097

Black with #984097

Text Example


Text Example

White with #984097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984097; }

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

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

background-color css

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

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

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

border-color css

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

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

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