Html Css Color HEX #982497 Vivid Violet

📋 copy color: '#982497'

red 152 ◦ green 36 ◦ blue 151

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

Shades of Vivid Violet #982497

Tints of Vivid Violet #982497

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.62%

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

R = 44.84%
G = 10.62%
B = 44.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#982497 (or 0x982497) is known color: Vivid Violet. HEX triplet: 98, 24 and 97. RGB value is (152,36,151). Sum of RGB (Red+Green+Blue) = 152+36+151=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 151 (59.38% from 255 or 44.54% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #982497 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982497 is #67DB68. Grayscale: #535353. Windows color (decimal): -6806377 or 9905304. OLE color: 9905304.

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

Color convert

RGB 152 36 151 -
CMYK 0 0.76 0.01 0.40
HSL 300.52º 0.62% 0.37% -
HSV(B) 300.52º 0.76% 0.6% -
XYZ 19.17 10.17 30.23 -
YUV 83.79 165.93 176.65 -
System Red Green Blue C M Y K H S L
Decimal 152 36 151 0 0.76 0.01 0.40 300.52 0.62 0.37
Hex 98 24 97 0 4C 1 28 12D 3E 25
Octal 230 44 227 0 114 1 50 455 76 45
Binary 10011000 100100 10010111 0 1001100 1 101000 100101101 111110 100101

Color Harmonies of #982497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982497

Black with #982497

Text Example


Text Example

White with #982497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982497; }

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

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

background-color css

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

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

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

border-color css

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

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

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