Html Css Color HEX #982B9E Vivid Violet

📋 copy color: '#982B9E'

red 152 ◦ green 43 ◦ blue 158

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

Shades of Vivid Violet #982B9E

Tints of Vivid Violet #982B9E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.18%

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

R = 43.06%
G = 12.18%
B = 44.76%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#982B9E (or 0x982B9E) is known color: Vivid Violet. HEX triplet: 98, 2B and 9E. RGB value is (152,43,158). Sum of RGB (Red+Green+Blue) = 152+43+158=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 43 (17.19% from 255 or 12.18% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 158 - color contains mainly: blue. Hex color #982B9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982B9E is #67D461. Grayscale: #585858. Windows color (decimal): -6804578 or 10365848. OLE color: 10365848.

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

Color convert

RGB 152 43 158 -
CMYK 0.04 0.73 0 0.38
HSL 296.87º 0.57% 0.39% -
HSV(B) 296.87º 0.73% 0.62% -
XYZ 19.98 10.87 33.39 -
YUV 88.7 167.11 173.15 -
System Red Green Blue C M Y K H S L
Decimal 152 43 158 0.04 0.73 0 0.38 296.87 0.57 0.39
Hex 98 2B 9E 4 49 0 26 129 39 27
Octal 230 53 236 4 111 0 46 451 71 47
Binary 10011000 101011 10011110 100 1001001 0 100110 100101001 111001 100111

Color Harmonies of #982B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982B9E

Black with #982B9E

Text Example


Text Example

White with #982B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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