Html Css Color HEX #983D90 Vivid Violet

📋 copy color: '#983D90'

red 152 ◦ green 61 ◦ blue 144

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

Shades of Vivid Violet #983D90

Tints of Vivid Violet #983D90

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.09%

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

R = 42.58%
G = 17.09%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#983D90 (or 0x983D90) is known color: Vivid Violet. HEX triplet: 98, 3D and 90. RGB value is (152,61,144). Sum of RGB (Red+Green+Blue) = 152+61+144=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 61 (24.22% from 255 or 17.09% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 152 - color contains mainly: red. Hex color #983D90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983D90 is #67C26F. Grayscale: #616161. Windows color (decimal): -6799984 or 9452952. OLE color: 9452952.

HSL color Cylindrical-coordinate representation of color #983D90: hue angle of 305.27º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #983D90 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 61 144 -
CMYK 0 0.60 0.05 0.40
HSL 305.27º 0.43% 0.42% -
HSV(B) 305.27º 0.6% 0.6% -
XYZ 19.65 12.03 27.67 -
YUV 97.67 154.15 166.75 -
System Red Green Blue C M Y K H S L
Decimal 152 61 144 0 0.60 0.05 0.40 305.27 0.43 0.42
Hex 98 3D 90 0 3C 5 28 131 2B 2A
Octal 230 75 220 0 74 5 50 461 53 52
Binary 10011000 111101 10010000 0 111100 101 101000 100110001 101011 101010

Color Harmonies of #983D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983D90

Black with #983D90

Text Example


Text Example

White with #983D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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