Html Css Color HEX #983E8E Vivid Violet

📋 copy color: '#983E8E'

red 152 ◦ green 62 ◦ blue 142

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

Shades of Vivid Violet #983E8E

Tints of Vivid Violet #983E8E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.42%

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

R = 42.7%
G = 17.42%
B = 39.89%

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

#983E8E (or 0x983E8E) is known color: Vivid Violet. HEX triplet: 98, 3E and 8E. RGB value is (152,62,142). Sum of RGB (Red+Green+Blue) = 152+62+142=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 62 (24.61% from 255 or 17.42% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 152 - color contains mainly: red. Hex color #983E8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983E8E is #67C171. Grayscale: #616161. Windows color (decimal): -6799730 or 9322136. OLE color: 9322136.

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

Color convert

RGB 152 62 142 -
CMYK 0 0.59 0.07 0.40
HSL 306.67º 0.42% 0.42% -
HSV(B) 306.67º 0.59% 0.6% -
XYZ 19.55 12.07 26.89 -
YUV 98.03 152.82 166.5 -
System Red Green Blue C M Y K H S L
Decimal 152 62 142 0 0.59 0.07 0.40 306.67 0.42 0.42
Hex 98 3E 8E 0 3B 7 28 133 2A 2A
Octal 230 76 216 0 73 7 50 463 52 52
Binary 10011000 111110 10001110 0 111011 111 101000 100110011 101010 101010

Color Harmonies of #983E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983E8E

Black with #983E8E

Text Example


Text Example

White with #983E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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