Html Css Color HEX #983C8E Vivid Violet

📋 copy color: '#983C8E'

red 152 ◦ green 60 ◦ blue 142

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

Shades of Vivid Violet #983C8E

Tints of Vivid Violet #983C8E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.95%

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

R = 42.94%
G = 16.95%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#983C8E (or 0x983C8E) is known color: Vivid Violet. HEX triplet: 98, 3C and 8E. RGB value is (152,60,142). Sum of RGB (Red+Green+Blue) = 152+60+142=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 60 (23.83% from 255 or 16.95% from 354); Blue value is 142 (55.86% from 255 or 40.11% from 354); Max value from RGB is 152 - color contains mainly: red. Hex color #983C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983C8E is #67C371. Grayscale: #606060. Windows color (decimal): -6800242 or 9321624. OLE color: 9321624.

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

Color convert

RGB 152 60 142 -
CMYK 0 0.61 0.07 0.40
HSL 306.52º 0.43% 0.42% -
HSV(B) 306.52º 0.61% 0.6% -
XYZ 19.45 11.86 26.86 -
YUV 96.86 153.48 167.33 -
System Red Green Blue C M Y K H S L
Decimal 152 60 142 0 0.61 0.07 0.40 306.52 0.43 0.42
Hex 98 3C 8E 0 3D 7 28 133 2B 2A
Octal 230 74 216 0 75 7 50 463 53 52
Binary 10011000 111100 10001110 0 111101 111 101000 100110011 101011 101010

Color Harmonies of #983C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983C8E

Black with #983C8E

Text Example


Text Example

White with #983C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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