Html Css Color HEX #983D8A Vivid Violet

📋 copy color: '#983D8A'

red 152 ◦ green 61 ◦ blue 138

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

Shades of Vivid Violet #983D8A

Tints of Vivid Violet #983D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.32%

R = 43.3%
G = 17.38%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#983D8A (or 0x983D8A) is known color: Vivid Violet. HEX triplet: 98, 3D and 8A. RGB value is (152,61,138). Sum of RGB (Red+Green+Blue) = 152+61+138=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 61 (24.22% from 255 or 17.38% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 152 - color contains mainly: red. Hex color #983D8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983D8A is #67C275. Grayscale: #606060. Windows color (decimal): -6799990 or 9059736. OLE color: 9059736.

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

Color convert

RGB 152 61 138 -
CMYK 0 0.60 0.09 0.40
HSL 309.23º 0.43% 0.42% -
HSV(B) 309.23º 0.6% 0.6% -
XYZ 19.21 11.85 25.32 -
YUV 96.99 151.15 167.24 -
System Red Green Blue C M Y K H S L
Decimal 152 61 138 0 0.60 0.09 0.40 309.23 0.43 0.42
Hex 98 3D 8A 0 3C 9 28 135 2B 2A
Octal 230 75 212 0 74 11 50 465 53 52
Binary 10011000 111101 10001010 0 111100 1001 101000 100110101 101011 101010

Color Harmonies of #983D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983D8A

Black with #983D8A

Text Example


Text Example

White with #983D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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