Html Css Color HEX #982281 Dark Purple

📋 copy color: '#982281'

red 152 ◦ green 34 ◦ blue 129

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

Shades of Dark Purple #982281

Tints of Dark Purple #982281

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.79%

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

R = 48.25%
G = 10.79%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#982281 (or 0x982281) is known color: Dark Purple. HEX triplet: 98, 22 and 81. RGB value is (152,34,129). Sum of RGB (Red+Green+Blue) = 152+34+129=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 129 (50.78% from 255 or 40.95% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #982281 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982281 is #67DD7E. Grayscale: #4F4F4F. Windows color (decimal): -6806911 or 8463000. OLE color: 8463000.

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

Color convert

RGB 152 34 129 -
CMYK 0 0.78 0.15 0.40
HSL 311.69º 0.63% 0.36% -
HSV(B) 311.69º 0.78% 0.6% -
XYZ 17.48 9.4 21.66 -
YUV 80.11 155.59 179.28 -
System Red Green Blue C M Y K H S L
Decimal 152 34 129 0 0.78 0.15 0.40 311.69 0.63 0.36
Hex 98 22 81 0 4E F 28 138 3F 24
Octal 230 42 201 0 116 17 50 470 77 44
Binary 10011000 100010 10000001 0 1001110 1111 101000 100111000 111111 100100

Color Harmonies of #982281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982281

Black with #982281

Text Example


Text Example

White with #982281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982281; }

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

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

background-color css

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

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

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

border-color css

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

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

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