Html Css Color HEX #983481 Dark Purple

📋 copy color: '#983481'

red 152 ◦ green 52 ◦ blue 129

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

Shades of Dark Purple #983481

Tints of Dark Purple #983481

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.62%

 BLUE value IS 129 (50.78% from 255) = 38.74%

R = 45.65%
G = 15.62%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#983481 (or 0x983481) is known color: Dark Purple. HEX triplet: 98, 34 and 81. RGB value is (152,52,129). Sum of RGB (Red+Green+Blue) = 152+52+129=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #983481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983481 is #67CB7E. Grayscale: #5A5A5A. Windows color (decimal): -6802303 or 8467608. OLE color: 8467608.

HSL color Cylindrical-coordinate representation of color #983481: hue angle of 313.8º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #983481 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 52 129 -
CMYK 0 0.66 0.15 0.40
HSL 313.8º 0.49% 0.4% -
HSV(B) 313.8º 0.66% 0.6% -
XYZ 18.14 10.72 21.88 -
YUV 90.68 149.63 171.74 -
System Red Green Blue C M Y K H S L
Decimal 152 52 129 0 0.66 0.15 0.40 313.8 0.49 0.4
Hex 98 34 81 0 42 F 28 13A 31 28
Octal 230 64 201 0 102 17 50 472 61 50
Binary 10011000 110100 10000001 0 1000010 1111 101000 100111010 110001 101000

Color Harmonies of #983481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983481

Black with #983481

Text Example


Text Example

White with #983481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983481; }

 p { color: rgb(152,52,129); }

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

background-color css

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

 a { background-color: rgb(152,52,129); }

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

border-color css

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

 span { border-color: rgb(152,52,129); }

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