Html Css Color HEX #982581 Dark Purple

📋 copy color: '#982581'

red 152 ◦ green 37 ◦ blue 129

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

Shades of Dark Purple #982581

Tints of Dark Purple #982581

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.64%

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

R = 47.8%
G = 11.64%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#982581 (or 0x982581) is known color: Dark Purple. HEX triplet: 98, 25 and 81. RGB value is (152,37,129). Sum of RGB (Red+Green+Blue) = 152+37+129=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 129 (50.78% from 255 or 40.57% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #982581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982581 is #67DA7E. Grayscale: #515151. Windows color (decimal): -6806143 or 8463768. OLE color: 8463768.

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

Color convert

RGB 152 37 129 -
CMYK 0 0.76 0.15 0.40
HSL 312º 0.61% 0.37% -
HSV(B) 312º 0.76% 0.6% -
XYZ 17.57 9.58 21.69 -
YUV 81.87 154.6 178.02 -
System Red Green Blue C M Y K H S L
Decimal 152 37 129 0 0.76 0.15 0.40 312 0.61 0.37
Hex 98 25 81 0 4C F 28 138 3D 25
Octal 230 45 201 0 114 17 50 470 75 45
Binary 10011000 100101 10000001 0 1001100 1111 101000 100111000 111101 100101

Color Harmonies of #982581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982581

Black with #982581

Text Example


Text Example

White with #982581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982581; }

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

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

background-color css

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

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

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

border-color css

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

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

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