Html Css Color HEX #984096 Vivid Violet

📋 copy color: '#984096'

red 152 ◦ green 64 ◦ blue 150

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

Shades of Vivid Violet #984096

Tints of Vivid Violet #984096

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.49%

 BLUE value IS 150 (58.98% from 255) = 40.98%

R = 41.53%
G = 17.49%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#984096 (or 0x984096) is known color: Vivid Violet. HEX triplet: 98, 40 and 96. RGB value is (152,64,150). Sum of RGB (Red+Green+Blue) = 152+64+150=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 152 - color contains mainly: red. Hex color #984096 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984096 is #67BF69. Grayscale: #636363. Windows color (decimal): -6799210 or 9846936. OLE color: 9846936.

HSL color Cylindrical-coordinate representation of color #984096: hue angle of 301.36º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #984096 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 64 150 -
CMYK 0 0.58 0.01 0.40
HSL 301.36º 0.41% 0.42% -
HSV(B) 301.36º 0.58% 0.6% -
XYZ 20.29 12.54 30.21 -
YUV 100.12 156.15 165.01 -
System Red Green Blue C M Y K H S L
Decimal 152 64 150 0 0.58 0.01 0.40 301.36 0.41 0.42
Hex 98 40 96 0 3A 1 28 12D 29 2A
Octal 230 100 226 0 72 1 50 455 51 52
Binary 10011000 1000000 10010110 0 111010 1 101000 100101101 101001 101010

Color Harmonies of #984096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984096

Black with #984096

Text Example


Text Example

White with #984096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984096; }

 p { color: rgb(152,64,150); }

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

background-color css

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

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

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

border-color css

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

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

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