Html Css Color HEX #983197 Vivid Violet

📋 copy color: '#983197'

red 152 ◦ green 49 ◦ blue 151

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

Shades of Vivid Violet #983197

Tints of Vivid Violet #983197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 42.9%

R = 43.18%
G = 13.92%
B = 42.9%

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

#983197 (or 0x983197) is known color: Vivid Violet. HEX triplet: 98, 31 and 97. RGB value is (152,49,151). Sum of RGB (Red+Green+Blue) = 152+49+151=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 151 (59.38% from 255 or 42.90% from 352); Max value from RGB is 152 - color contains mainly: red. Hex color #983197 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983197 is #67CE68. Grayscale: #5B5B5B. Windows color (decimal): -6803049 or 9908632. OLE color: 9908632.

HSL color Cylindrical-coordinate representation of color #983197: hue angle of 300.58º 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 #983197 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 49 151 -
CMYK 0 0.68 0.01 0.40
HSL 300.58º 0.51% 0.39% -
HSV(B) 300.58º 0.68% 0.6% -
XYZ 19.63 11.11 30.39 -
YUV 91.43 161.62 171.21 -
System Red Green Blue C M Y K H S L
Decimal 152 49 151 0 0.68 0.01 0.40 300.58 0.51 0.39
Hex 98 31 97 0 44 1 28 12D 33 27
Octal 230 61 227 0 104 1 50 455 63 47
Binary 10011000 110001 10010111 0 1000100 1 101000 100101101 110011 100111

Color Harmonies of #983197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983197

Black with #983197

Text Example


Text Example

White with #983197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983197; }

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

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

background-color css

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

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

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

border-color css

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

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

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