Html Css Color HEX #983F90 Vivid Violet

📋 copy color: '#983F90'

red 152 ◦ green 63 ◦ blue 144

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

Shades of Vivid Violet #983F90

Tints of Vivid Violet #983F90

RGB

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

 GREEN value IS 63 (25% from 255) = 17.55%

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

R = 42.34%
G = 17.55%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#983F90 (or 0x983F90) is known color: Vivid Violet. HEX triplet: 98, 3F and 90. RGB value is (152,63,144). Sum of RGB (Red+Green+Blue) = 152+63+144=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 63 (25% from 255 or 17.55% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 152 - color contains mainly: red. Hex color #983F90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983F90 is #67C06F. Grayscale: #626262. Windows color (decimal): -6799472 or 9453464. OLE color: 9453464.

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

Color convert

RGB 152 63 144 -
CMYK 0 0.59 0.05 0.40
HSL 305.39º 0.41% 0.42% -
HSV(B) 305.39º 0.59% 0.6% -
XYZ 19.76 12.24 27.71 -
YUV 98.85 153.49 165.91 -
System Red Green Blue C M Y K H S L
Decimal 152 63 144 0 0.59 0.05 0.40 305.39 0.41 0.42
Hex 98 3F 90 0 3B 5 28 131 29 2A
Octal 230 77 220 0 73 5 50 461 51 52
Binary 10011000 111111 10010000 0 111011 101 101000 100110001 101001 101010

Color Harmonies of #983F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983F90

Black with #983F90

Text Example


Text Example

White with #983F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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