Html Css Color HEX #982CAA Vivid Violet

📋 copy color: '#982CAA'

red 152 ◦ green 44 ◦ blue 170

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

Shades of Vivid Violet #982CAA

Tints of Vivid Violet #982CAA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.02%

 BLUE value IS 170 (66.8% from 255) = 46.45%

R = 41.53%
G = 12.02%
B = 46.45%

CMYK

 C value IS 0.11

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#982CAA (or 0x982CAA) is known color: Vivid Violet. HEX triplet: 98, 2C and AA. RGB value is (152,44,170). Sum of RGB (Red+Green+Blue) = 152+44+170=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 44 (17.58% from 255 or 12.02% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #982CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982CAA is #67D355. Grayscale: #5A5A5A. Windows color (decimal): -6804310 or 11152536. OLE color: 11152536.

HSL color Cylindrical-coordinate representation of color #982CAA: hue angle of 291.43º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #982CAA is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 44 170 -
CMYK 0.11 0.74 0 0.33
HSL 291.43º 0.59% 0.42% -
HSV(B) 291.43º 0.74% 0.67% -
XYZ 21.11 11.38 39.11 -
YUV 90.66 172.78 171.75 -
System Red Green Blue C M Y K H S L
Decimal 152 44 170 0.11 0.74 0 0.33 291.43 0.59 0.42
Hex 98 2C AA B 4A 0 21 123 3B 2A
Octal 230 54 252 13 112 0 41 443 73 52
Binary 10011000 101100 10101010 1011 1001010 0 100001 100100011 111011 101010

Color Harmonies of #982CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982CAA

Black with #982CAA

Text Example


Text Example

White with #982CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,44,170); }

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

background-color css

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

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

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

border-color css

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

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

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