Html Css Color HEX #982A98 Vivid Violet

📋 copy color: '#982A98'

red 152 ◦ green 42 ◦ blue 152

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

Shades of Vivid Violet #982A98

Tints of Vivid Violet #982A98

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.14%

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

R = 43.93%
G = 12.14%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#982A98 (or 0x982A98) is known color: Vivid Violet. HEX triplet: 98, 2A and 98. RGB value is (152,42,152). Sum of RGB (Red+Green+Blue) = 152+42+152=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 42 (16.80% from 255 or 12.14% from 346); Blue value is 152 (59.77% from 255 or 43.93% from 346); Max value from RGB is 152 - color contains mainly: red, blue. Hex color #982A98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982A98 is #67D567. Grayscale: #575757. Windows color (decimal): -6804840 or 9972376. OLE color: 9972376.

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

Color convert

RGB 152 42 152 -
CMYK 0 0.72 0 0.40
HSL 300º 0.57% 0.38% -
HSV(B) 300º 0.72% 0.6% -
XYZ 19.44 10.6 30.73 -
YUV 87.43 164.44 174.06 -
System Red Green Blue C M Y K H S L
Decimal 152 42 152 0 0.72 0 0.40 300 0.57 0.38
Hex 98 2A 98 0 48 0 28 12C 39 26
Octal 230 52 230 0 110 0 50 454 71 46
Binary 10011000 101010 10011000 0 1001000 0 101000 100101100 111001 100110

Color Harmonies of #982A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982A98

Black with #982A98

Text Example


Text Example

White with #982A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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