Html Css Color HEX #982198 Vivid Violet

📋 copy color: '#982198'

red 152 ◦ green 33 ◦ blue 152

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

Shades of Vivid Violet #982198

Tints of Vivid Violet #982198

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.79%

 BLUE value IS 152 (59.77% from 255) = 45.1%

R = 45.1%
G = 9.79%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#982198 (or 0x982198) is known color: Vivid Violet. HEX triplet: 98, 21 and 98. RGB value is (152,33,152). Sum of RGB (Red+Green+Blue) = 152+33+152=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 152 (59.77% from 255 or 45.10% from 337); Max value from RGB is 152 - color contains mainly: red, blue. Hex color #982198 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982198 is #67DE67. Grayscale: #515151. Windows color (decimal): -6807144 or 9970072. OLE color: 9970072.

HSL color Cylindrical-coordinate representation of color #982198: hue angle of 300º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #982198 is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 33 152 -
CMYK 0 0.78 0 0.40
HSL 300º 0.64% 0.36% -
HSV(B) 300º 0.78% 0.6% -
XYZ 19.16 10.03 30.63 -
YUV 82.15 167.42 177.82 -
System Red Green Blue C M Y K H S L
Decimal 152 33 152 0 0.78 0 0.40 300 0.64 0.36
Hex 98 21 98 0 4E 0 28 12C 40 24
Octal 230 41 230 0 116 0 50 454 100 44
Binary 10011000 100001 10011000 0 1001110 0 101000 100101100 1000000 100100

Color Harmonies of #982198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982198

Black with #982198

Text Example


Text Example

White with #982198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982198; }

 p { color: rgb(152,33,152); }

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

background-color css

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

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

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

border-color css

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

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

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