Html Css Color HEX #983196 Vivid Violet

📋 copy color: '#983196'

red 152 ◦ green 49 ◦ blue 150

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

Shades of Vivid Violet #983196

Tints of Vivid Violet #983196

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.96%

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

R = 43.3%
G = 13.96%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#983196 (or 0x983196) is known color: Vivid Violet. HEX triplet: 98, 31 and 96. RGB value is (152,49,150). Sum of RGB (Red+Green+Blue) = 152+49+150=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 49 (19.53% from 255 or 13.96% from 351); Blue value is 150 (58.98% from 255 or 42.74% from 351); Max value from RGB is 152 - color contains mainly: red. Hex color #983196 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983196 is #67CE69. Grayscale: #5B5B5B. Windows color (decimal): -6803050 or 9843096. OLE color: 9843096.

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

Color convert

RGB 152 49 150 -
CMYK 0 0.68 0.01 0.40
HSL 301.17º 0.51% 0.39% -
HSV(B) 301.17º 0.68% 0.6% -
XYZ 19.55 11.07 29.96 -
YUV 91.31 161.12 171.29 -
System Red Green Blue C M Y K H S L
Decimal 152 49 150 0 0.68 0.01 0.40 301.17 0.51 0.39
Hex 98 31 96 0 44 1 28 12D 33 27
Octal 230 61 226 0 104 1 50 455 63 47
Binary 10011000 110001 10010110 0 1000100 1 101000 100101101 110011 100111

Color Harmonies of #983196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983196

Black with #983196

Text Example


Text Example

White with #983196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983196; }

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

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

background-color css

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

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

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

border-color css

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

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

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