#982BA4

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

Shades of Vivid Violet #982BA4

Tints of Vivid Violet #982BA4

Color information

#982BA4 (or 0x982BA4) is unknown color: approx Vivid Violet. HEX triplet: 98, 2B and A4. RGB value is (152,43,164). Sum of RGB (Red+Green+Blue) = 152+43+164=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 43 (17.19% from 255 or 11.98% from 359); Blue value is 164 (64.45% from 255 or 45.68% from 359); Max value from RGB is 164 - color contains mainly: blue. Hex color #982BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982BA4 is #67D45B. Grayscale: #595959. Windows color (decimal): -6804572 or 10759064. OLE color: 10759064.

HSL color Cylindrical-coordinate representation of color #982BA4: hue angle of 294.05º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #982BA4 is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15243164-
CMYK0.070.7400.36
HSL294.05º58.45%40.59%-
HSV(B)294.05º73.78%64.31%-
XYZ20.5111.0836.18-
YUV89.38170.11172.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.34%
GREEN value IS 43 (17.19% from 255) = 11.98%
BLUE value IS 164 (64.45% from 255) = 45.68%
R=42.34%
G=11.98%
B=45.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal152431640.070.7400.36294.0558.4540.59
Hex982BA474A0241263a29
Octal2305324471120444467251
Binary100110001010111010010011110010100100100100100110111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,43,164); }

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

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

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

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

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

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

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