Html Css Color HEX #984198 Vivid Violet

📋 copy color: '#984198'

red 152 ◦ green 65 ◦ blue 152

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

Shades of Vivid Violet #984198

Tints of Vivid Violet #984198

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.62%

 BLUE value IS 152 (59.77% from 255) = 41.19%

R = 41.19%
G = 17.62%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#984198 (or 0x984198) is known color: Vivid Violet. HEX triplet: 98, 41 and 98. RGB value is (152,65,152). Sum of RGB (Red+Green+Blue) = 152+65+152=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 152 (59.77% from 255 or 41.19% from 369); Max value from RGB is 152 - color contains mainly: red, blue. Hex color #984198 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984198 is #67BE67. Grayscale: #646464. Windows color (decimal): -6798952 or 9978264. OLE color: 9978264.

HSL color Cylindrical-coordinate representation of color #984198: hue angle of 300º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #984198 is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 65 152 -
CMYK 0 0.57 0 0.40
HSL 300º 0.4% 0.43% -
HSV(B) 300º 0.57% 0.6% -
XYZ 20.51 12.72 31.08 -
YUV 100.93 156.82 164.43 -
System Red Green Blue C M Y K H S L
Decimal 152 65 152 0 0.57 0 0.40 300 0.4 0.43
Hex 98 41 98 0 39 0 28 12C 28 2B
Octal 230 101 230 0 71 0 50 454 50 53
Binary 10011000 1000001 10011000 0 111001 0 101000 100101100 101000 101011

Color Harmonies of #984198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984198

Black with #984198

Text Example


Text Example

White with #984198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984198; }

 p { color: rgb(152,65,152); }

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

background-color css

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

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

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

border-color css

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

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

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