Html Css Color HEX #983499 Vivid Violet

📋 copy color: '#983499'

red 152 ◦ green 52 ◦ blue 153

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

Shades of Vivid Violet #983499

Tints of Vivid Violet #983499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 42.86%

R = 42.58%
G = 14.57%
B = 42.86%

CMYK

 C value IS 0.01

 M value IS 0.66

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#983499 (or 0x983499) is known color: Vivid Violet. HEX triplet: 98, 34 and 99. RGB value is (152,52,153). Sum of RGB (Red+Green+Blue) = 152+52+153=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 52 (20.70% from 255 or 14.57% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #983499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983499 is #67CB66. Grayscale: #5D5D5D. Windows color (decimal): -6802279 or 10040472. OLE color: 10040472.

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

Color convert

RGB 152 52 153 -
CMYK 0.01 0.66 0 0.4
HSL 299.41º 0.49% 0.4% -
HSV(B) 299.41º 0.66% 0.6% -
XYZ 19.93 11.43 31.29 -
YUV 93.41 161.63 169.79 -
System Red Green Blue C M Y K H S L
Decimal 152 52 153 0.01 0.66 0 0.4 299.41 0.49 0.4
Hex 98 34 99 1 42 0 28 12B 31 28
Octal 230 64 231 1 102 0 50 453 61 50
Binary 10011000 110100 10011001 1 1000010 0 101000 100101011 110001 101000

Color Harmonies of #983499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983499

Black with #983499

Text Example


Text Example

White with #983499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983499; }

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

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

background-color css

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

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

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

border-color css

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

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

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