Html Css Color HEX #982E9C Vivid Violet

📋 copy color: '#982E9C'

red 152 ◦ green 46 ◦ blue 156

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

Shades of Vivid Violet #982E9C

Tints of Vivid Violet #982E9C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.99%

 BLUE value IS 156 (61.33% from 255) = 44.07%

R = 42.94%
G = 12.99%
B = 44.07%

CMYK

 C value IS 0.03

 M value IS 0.71

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#982E9C (or 0x982E9C) is known color: Vivid Violet. HEX triplet: 98, 2E and 9C. RGB value is (152,46,156). Sum of RGB (Red+Green+Blue) = 152+46+156=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 46 (18.36% from 255 or 12.99% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 156 - color contains mainly: blue. Hex color #982E9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982E9C is #67D163. Grayscale: #595959. Windows color (decimal): -6803812 or 10235544. OLE color: 10235544.

HSL color Cylindrical-coordinate representation of color #982E9C: hue angle of 297.82º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #982E9C is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 152 46 156 -
CMYK 0.03 0.71 0 0.39
HSL 297.82º 0.54% 0.4% -
HSV(B) 297.82º 0.71% 0.61% -
XYZ 19.93 11.03 32.53 -
YUV 90.23 165.12 172.06 -
System Red Green Blue C M Y K H S L
Decimal 152 46 156 0.03 0.71 0 0.39 297.82 0.54 0.4
Hex 98 2E 9C 3 47 0 27 12A 36 28
Octal 230 56 234 3 107 0 47 452 66 50
Binary 10011000 101110 10011100 11 1000111 0 100111 100101010 110110 101000

Color Harmonies of #982E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982E9C

Black with #982E9C

Text Example


Text Example

White with #982E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,46,156); }

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

background-color css

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

 a { background-color: rgb(152,46,156); }

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

border-color css

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

 span { border-color: rgb(152,46,156); }

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