Html Css Color HEX #983A81 Dark Purple

📋 copy color: '#983A81'

red 152 ◦ green 58 ◦ blue 129

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

Shades of Dark Purple #983A81

Tints of Dark Purple #983A81

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.11%

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

R = 44.84%
G = 17.11%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#983A81 (or 0x983A81) is known color: Dark Purple. HEX triplet: 98, 3A and 81. RGB value is (152,58,129). Sum of RGB (Red+Green+Blue) = 152+58+129=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #983A81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983A81 is #67C57E. Grayscale: #5E5E5E. Windows color (decimal): -6800767 or 8469144. OLE color: 8469144.

HSL color Cylindrical-coordinate representation of color #983A81: hue angle of 314.68º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #983A81 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 58 129 -
CMYK 0 0.62 0.15 0.40
HSL 314.68º 0.45% 0.41% -
HSV(B) 314.68º 0.62% 0.6% -
XYZ 18.42 11.29 21.98 -
YUV 94.2 147.64 169.23 -
System Red Green Blue C M Y K H S L
Decimal 152 58 129 0 0.62 0.15 0.40 314.68 0.45 0.41
Hex 98 3A 81 0 3E F 28 13B 2D 29
Octal 230 72 201 0 76 17 50 473 55 51
Binary 10011000 111010 10000001 0 111110 1111 101000 100111011 101101 101001

Color Harmonies of #983A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983A81

Black with #983A81

Text Example


Text Example

White with #983A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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