Html Css Color HEX #984A97 Violet Blue

📋 copy color: '#984A97'

red 152 ◦ green 74 ◦ blue 151

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

Shades of Violet Blue #984A97

Tints of Violet Blue #984A97

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.63%

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

R = 40.32%
G = 19.63%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#984A97 (or 0x984A97) is known color: Violet Blue. HEX triplet: 98, 4A and 97. RGB value is (152,74,151). Sum of RGB (Red+Green+Blue) = 152+74+151=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 151 (59.38% from 255 or 40.05% from 377); Max value from RGB is 152 - color contains mainly: red. Hex color #984A97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984A97 is #67B568. Grayscale: #696969. Windows color (decimal): -6796649 or 9915032. OLE color: 9915032.

HSL color Cylindrical-coordinate representation of color #984A97: hue angle of 300.77º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #984A97 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 74 151 -
CMYK 0 0.51 0.01 0.40
HSL 300.77º 0.35% 0.44% -
HSV(B) 300.77º 0.51% 0.6% -
XYZ 20.98 13.81 30.84 -
YUV 106.1 153.34 160.74 -
System Red Green Blue C M Y K H S L
Decimal 152 74 151 0 0.51 0.01 0.40 300.77 0.35 0.44
Hex 98 4A 97 0 33 1 28 12D 23 2C
Octal 230 112 227 0 63 1 50 455 43 54
Binary 10011000 1001010 10010111 0 110011 1 101000 100101101 100011 101100

Color Harmonies of #984A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984A97

Black with #984A97

Text Example


Text Example

White with #984A97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984A97; }

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

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

background-color css

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

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

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

border-color css

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

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

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