Html Css Color HEX #982DA3 Vivid Violet

📋 copy color: '#982DA3'

red 152 ◦ green 45 ◦ blue 163

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

Shades of Vivid Violet #982DA3

Tints of Vivid Violet #982DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 45.28%

R = 42.22%
G = 12.5%
B = 45.28%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#982DA3 (or 0x982DA3) is known color: Vivid Violet. HEX triplet: 98, 2D and A3. RGB value is (152,45,163). Sum of RGB (Red+Green+Blue) = 152+45+163=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 45 (17.97% from 255 or 12.5% from 360); Blue value is 163 (64.06% from 255 or 45.28% from 360); Max value from RGB is 163 - color contains mainly: blue. Hex color #982DA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982DA3 is #67D25C. Grayscale: #5A5A5A. Windows color (decimal): -6804061 or 10694040. OLE color: 10694040.

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

Color convert

RGB 152 45 163 -
CMYK 0.07 0.72 0 0.36
HSL 294.41º 0.57% 0.41% -
HSV(B) 294.41º 0.72% 0.64% -
XYZ 20.5 11.2 35.73 -
YUV 90.45 168.95 171.91 -
System Red Green Blue C M Y K H S L
Decimal 152 45 163 0.07 0.72 0 0.36 294.41 0.57 0.41
Hex 98 2D A3 7 48 0 24 126 39 29
Octal 230 55 243 7 110 0 44 446 71 51
Binary 10011000 101101 10100011 111 1001000 0 100100 100100110 111001 101001

Color Harmonies of #982DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982DA3

Black with #982DA3

Text Example


Text Example

White with #982DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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