Html Css Color HEX #982A9B Vivid Violet

📋 copy color: '#982A9B'

red 152 ◦ green 42 ◦ blue 155

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

Shades of Vivid Violet #982A9B

Tints of Vivid Violet #982A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.41%

R = 43.55%
G = 12.03%
B = 44.41%

CMYK

 C value IS 0.02

 M value IS 0.73

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#982A9B (or 0x982A9B) is known color: Vivid Violet. HEX triplet: 98, 2A and 9B. RGB value is (152,42,155). Sum of RGB (Red+Green+Blue) = 152+42+155=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 42 (16.80% from 255 or 12.03% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 155 - color contains mainly: blue. Hex color #982A9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982A9B is #67D564. Grayscale: #575757. Windows color (decimal): -6804837 or 10168984. OLE color: 10168984.

HSL color Cylindrical-coordinate representation of color #982A9B: hue angle of 298.41º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #982A9B is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 152 42 155 -
CMYK 0.02 0.73 0 0.39
HSL 298.41º 0.57% 0.39% -
HSV(B) 298.41º 0.73% 0.61% -
XYZ 19.69 10.7 32.04 -
YUV 87.77 165.94 173.81 -
System Red Green Blue C M Y K H S L
Decimal 152 42 155 0.02 0.73 0 0.39 298.41 0.57 0.39
Hex 98 2A 9B 2 49 0 27 12A 39 27
Octal 230 52 233 2 111 0 47 452 71 47
Binary 10011000 101010 10011011 10 1001001 0 100111 100101010 111001 100111

Color Harmonies of #982A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982A9B

Black with #982A9B

Text Example


Text Example

White with #982A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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