Html Css Color HEX #982D9E Vivid Violet

📋 copy color: '#982D9E'

red 152 ◦ green 45 ◦ blue 158

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

Shades of Vivid Violet #982D9E

Tints of Vivid Violet #982D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 44.51%

R = 42.82%
G = 12.68%
B = 44.51%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#982D9E (or 0x982D9E) is known color: Vivid Violet. HEX triplet: 98, 2D and 9E. RGB value is (152,45,158). Sum of RGB (Red+Green+Blue) = 152+45+158=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 45 (17.97% from 255 or 12.68% from 355); Blue value is 158 (62.11% from 255 or 44.51% from 355); Max value from RGB is 158 - color contains mainly: blue. Hex color #982D9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982D9E is #67D261. Grayscale: #595959. Windows color (decimal): -6804066 or 10366360. OLE color: 10366360.

HSL color Cylindrical-coordinate representation of color #982D9E: hue angle of 296.81º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #982D9E is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 152 45 158 -
CMYK 0.04 0.72 0 0.38
HSL 296.81º 0.56% 0.4% -
HSV(B) 296.81º 0.72% 0.62% -
XYZ 20.06 11.02 33.42 -
YUV 89.88 166.45 172.31 -
System Red Green Blue C M Y K H S L
Decimal 152 45 158 0.04 0.72 0 0.38 296.81 0.56 0.4
Hex 98 2D 9E 4 48 0 26 129 38 28
Octal 230 55 236 4 110 0 46 451 70 50
Binary 10011000 101101 10011110 100 1001000 0 100110 100101001 111000 101000

Color Harmonies of #982D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982D9E

Black with #982D9E

Text Example


Text Example

White with #982D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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