Html Css Color HEX #983781 Dark Purple

📋 copy color: '#983781'

red 152 ◦ green 55 ◦ blue 129

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

Shades of Dark Purple #983781

Tints of Dark Purple #983781

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.37%

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

R = 45.24%
G = 16.37%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#983781 (or 0x983781) is known color: Dark Purple. HEX triplet: 98, 37 and 81. RGB value is (152,55,129). Sum of RGB (Red+Green+Blue) = 152+55+129=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #983781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983781 is #67C87E. Grayscale: #5C5C5C. Windows color (decimal): -6801535 or 8468376. OLE color: 8468376.

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

Color convert

RGB 152 55 129 -
CMYK 0 0.64 0.15 0.40
HSL 314.23º 0.47% 0.41% -
HSV(B) 314.23º 0.64% 0.6% -
XYZ 18.28 10.99 21.93 -
YUV 92.44 148.64 170.48 -
System Red Green Blue C M Y K H S L
Decimal 152 55 129 0 0.64 0.15 0.40 314.23 0.47 0.41
Hex 98 37 81 0 40 F 28 13A 2F 29
Octal 230 67 201 0 100 17 50 472 57 51
Binary 10011000 110111 10000001 0 1000000 1111 101000 100111010 101111 101001

Color Harmonies of #983781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983781

Black with #983781

Text Example


Text Example

White with #983781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983781; }

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

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

background-color css

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

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

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

border-color css

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

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

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