Html Css Color HEX #982781 Dark Purple

📋 copy color: '#982781'

red 152 ◦ green 39 ◦ blue 129

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

Shades of Dark Purple #982781

Tints of Dark Purple #982781

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.19%

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

R = 47.5%
G = 12.19%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#982781 (or 0x982781) is known color: Dark Purple. HEX triplet: 98, 27 and 81. RGB value is (152,39,129). Sum of RGB (Red+Green+Blue) = 152+39+129=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 152 - color contains mainly: red. Hex color #982781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982781 is #67D87E. Grayscale: #525252. Windows color (decimal): -6805631 or 8464280. OLE color: 8464280.

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

Color convert

RGB 152 39 129 -
CMYK 0 0.74 0.15 0.40
HSL 312.21º 0.59% 0.37% -
HSV(B) 312.21º 0.74% 0.6% -
XYZ 17.64 9.71 21.71 -
YUV 83.05 153.94 177.18 -
System Red Green Blue C M Y K H S L
Decimal 152 39 129 0 0.74 0.15 0.40 312.21 0.59 0.37
Hex 98 27 81 0 4A F 28 138 3B 25
Octal 230 47 201 0 112 17 50 470 73 45
Binary 10011000 100111 10000001 0 1001010 1111 101000 100111000 111011 100101

Color Harmonies of #982781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982781

Black with #982781

Text Example


Text Example

White with #982781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982781; }

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

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

background-color css

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

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

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

border-color css

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

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

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