#982FAA

Color #982FAA Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #982FAA

Tints of Vivid Violet #982FAA

Color information

#982FAA (or 0x982FAA) is unknown color: approx Vivid Violet. HEX triplet: 98, 2F and AA. RGB value is (152,47,170). Sum of RGB (Red+Green+Blue) = 152+47+170=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 47 (18.75% from 255 or 12.74% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #982FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982FAA is #67D055. Grayscale: #5C5C5C. Windows color (decimal): -6803542 or 11153304. OLE color: 11153304.

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

Color convert

RGB15247170-
CMYK0.110.7200.33
HSL291.22º56.68%42.55%-
HSV(B)291.22º72.35%66.67%-
XYZ21.2211.6139.15-
YUV92.42171.79170.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.19%
GREEN value IS 47 (18.75% from 255) = 12.74%
BLUE value IS 170 (66.80% from 255) = 46.07%
R=41.19%
G=12.74%
B=46.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal152471700.110.7200.33291.2256.6842.55
Hex982FAAB48021123392b
Octal23057252131100414437153
Binary1001100010111110101010101110010000100001100100011111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #982FAA;
 }
 .AnyTagClassName
 {
   color: #982FAA;
 }
</style>
background-color css

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

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

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

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

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

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