Html Css Color HEX #983490 Vivid Violet

📋 copy color: '#983490'

red 152 ◦ green 52 ◦ blue 144

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

Shades of Vivid Violet #983490

Tints of Vivid Violet #983490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.38%

R = 43.68%
G = 14.94%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#983490 (or 0x983490) is known color: Vivid Violet. HEX triplet: 98, 34 and 90. RGB value is (152,52,144). Sum of RGB (Red+Green+Blue) = 152+52+144=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 152 - color contains mainly: red. Hex color #983490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983490 is #67CB6F. Grayscale: #5C5C5C. Windows color (decimal): -6802288 or 9450648. OLE color: 9450648.

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

Color convert

RGB 152 52 144 -
CMYK 0 0.66 0.05 0.40
HSL 304.8º 0.49% 0.4% -
HSV(B) 304.8º 0.66% 0.6% -
XYZ 19.21 11.15 27.52 -
YUV 92.39 157.13 170.52 -
System Red Green Blue C M Y K H S L
Decimal 152 52 144 0 0.66 0.05 0.40 304.8 0.49 0.4
Hex 98 34 90 0 42 5 28 131 31 28
Octal 230 64 220 0 102 5 50 461 61 50
Binary 10011000 110100 10010000 0 1000010 101 101000 100110001 110001 101000

Color Harmonies of #983490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983490

Black with #983490

Text Example


Text Example

White with #983490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983490; }

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

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

background-color css

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

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

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

border-color css

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

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

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