Html Css Color HEX #982DA6 Vivid Violet

📋 copy color: '#982DA6'

red 152 ◦ green 45 ◦ blue 166

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

Shades of Vivid Violet #982DA6

Tints of Vivid Violet #982DA6

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.4%

 BLUE value IS 166 (65.23% from 255) = 45.73%

R = 41.87%
G = 12.4%
B = 45.73%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#982DA6 (or 0x982DA6) is known color: Vivid Violet. HEX triplet: 98, 2D and A6. RGB value is (152,45,166). Sum of RGB (Red+Green+Blue) = 152+45+166=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 45 (17.97% from 255 or 12.40% from 363); Blue value is 166 (65.23% from 255 or 45.73% from 363); Max value from RGB is 166 - color contains mainly: blue. Hex color #982DA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982DA6 is #67D259. Grayscale: #5A5A5A. Windows color (decimal): -6804058 or 10890648. OLE color: 10890648.

HSL color Cylindrical-coordinate representation of color #982DA6: hue angle of 293.06º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #982DA6 is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 152 45 166 -
CMYK 0.08 0.73 0 0.35
HSL 293.06º 0.57% 0.41% -
HSV(B) 293.06º 0.73% 0.65% -
XYZ 20.77 11.31 37.16 -
YUV 90.79 170.45 171.66 -
System Red Green Blue C M Y K H S L
Decimal 152 45 166 0.08 0.73 0 0.35 293.06 0.57 0.41
Hex 98 2D A6 8 49 0 23 125 39 29
Octal 230 55 246 10 111 0 43 445 71 51
Binary 10011000 101101 10100110 1000 1001001 0 100011 100100101 111001 101001

Color Harmonies of #982DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982DA6

Black with #982DA6

Text Example


Text Example

White with #982DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,45,166); }

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

background-color css

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

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

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

border-color css

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

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

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