Html Css Color HEX #983581 Dark Purple

📋 copy color: '#983581'

red 152 ◦ green 53 ◦ blue 129

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

Shades of Dark Purple #983581

Tints of Dark Purple #983581

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.87%

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

R = 45.51%
G = 15.87%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#983581 (or 0x983581) is known color: Dark Purple. HEX triplet: 98, 35 and 81. RGB value is (152,53,129). Sum of RGB (Red+Green+Blue) = 152+53+129=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 129 (50.78% from 255 or 38.62% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #983581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983581 is #67CA7E. Grayscale: #5B5B5B. Windows color (decimal): -6802047 or 8467864. OLE color: 8467864.

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

Color convert

RGB 152 53 129 -
CMYK 0 0.65 0.15 0.40
HSL 313.94º 0.48% 0.4% -
HSV(B) 313.94º 0.65% 0.6% -
XYZ 18.18 10.81 21.9 -
YUV 91.27 149.3 171.32 -
System Red Green Blue C M Y K H S L
Decimal 152 53 129 0 0.65 0.15 0.40 313.94 0.48 0.4
Hex 98 35 81 0 41 F 28 13A 30 28
Octal 230 65 201 0 101 17 50 472 60 50
Binary 10011000 110101 10000001 0 1000001 1111 101000 100111010 110000 101000

Color Harmonies of #983581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983581

Black with #983581

Text Example


Text Example

White with #983581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983581; }

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

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

background-color css

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

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

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

border-color css

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

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

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