Html Css Color HEX #983497 Vivid Violet

📋 copy color: '#983497'

red 152 ◦ green 52 ◦ blue 151

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

Shades of Vivid Violet #983497

Tints of Vivid Violet #983497

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.65%

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

R = 42.82%
G = 14.65%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#983497 (or 0x983497) is known color: Vivid Violet. HEX triplet: 98, 34 and 97. RGB value is (152,52,151). Sum of RGB (Red+Green+Blue) = 152+52+151=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 151 (59.38% from 255 or 42.54% from 355); Max value from RGB is 152 - color contains mainly: red. Hex color #983497 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983497 is #67CB68. Grayscale: #5C5C5C. Windows color (decimal): -6802281 or 9909400. OLE color: 9909400.

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

Color convert

RGB 152 52 151 -
CMYK 0 0.66 0.01 0.40
HSL 300.6º 0.49% 0.4% -
HSV(B) 300.6º 0.66% 0.6% -
XYZ 19.76 11.37 30.43 -
YUV 93.19 160.63 169.95 -
System Red Green Blue C M Y K H S L
Decimal 152 52 151 0 0.66 0.01 0.40 300.6 0.49 0.4
Hex 98 34 97 0 42 1 28 12D 31 28
Octal 230 64 227 0 102 1 50 455 61 50
Binary 10011000 110100 10010111 0 1000010 1 101000 100101101 110001 101000

Color Harmonies of #983497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983497

Black with #983497

Text Example


Text Example

White with #983497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983497; }

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

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

background-color css

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

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

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

border-color css

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

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

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