Html Css Color HEX #983F8E Vivid Violet

📋 copy color: '#983F8E'

red 152 ◦ green 63 ◦ blue 142

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

Shades of Vivid Violet #983F8E

Tints of Vivid Violet #983F8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 39.78%

R = 42.58%
G = 17.65%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#983F8E (or 0x983F8E) is known color: Vivid Violet. HEX triplet: 98, 3F and 8E. RGB value is (152,63,142). Sum of RGB (Red+Green+Blue) = 152+63+142=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 63 (25% from 255 or 17.65% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 152 - color contains mainly: red. Hex color #983F8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983F8E is #67C071. Grayscale: #626262. Windows color (decimal): -6799474 or 9322392. OLE color: 9322392.

HSL color Cylindrical-coordinate representation of color #983F8E: hue angle of 306.74º 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 #983F8E is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 63 142 -
CMYK 0 0.59 0.07 0.40
HSL 306.74º 0.41% 0.42% -
HSV(B) 306.74º 0.59% 0.6% -
XYZ 19.61 12.18 26.91 -
YUV 98.62 152.49 166.08 -
System Red Green Blue C M Y K H S L
Decimal 152 63 142 0 0.59 0.07 0.40 306.74 0.41 0.42
Hex 98 3F 8E 0 3B 7 28 133 29 2A
Octal 230 77 216 0 73 7 50 463 51 52
Binary 10011000 111111 10001110 0 111011 111 101000 100110011 101001 101010

Color Harmonies of #983F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983F8E

Black with #983F8E

Text Example


Text Example

White with #983F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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