Html Css Color HEX #981280 Dark Purple

📋 copy color: '#981280'

red 152 ◦ green 18 ◦ blue 128

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

Shades of Dark Purple #981280

Tints of Dark Purple #981280

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.04%

 BLUE value IS 128 (50.39% from 255) = 42.95%

R = 51.01%
G = 6.04%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#981280 (or 0x981280) is known color: Dark Purple. HEX triplet: 98, 12 and 80. RGB value is (152,18,128). Sum of RGB (Red+Green+Blue) = 152+18+128=298 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.01% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 128 (50.39% from 255 or 42.95% from 298); Max value from RGB is 152 - color contains mainly: red. Hex color #981280 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981280 is #67ED7F. Grayscale: #464646. Windows color (decimal): -6811008 or 8393368. OLE color: 8393368.

HSL color Cylindrical-coordinate representation of color #981280: hue angle of 310.75º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981280 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 18 128 -
CMYK 0 0.88 0.16 0.40
HSL 310.75º 0.79% 0.33% -
HSV(B) 310.75º 0.88% 0.6% -
XYZ 17.06 8.67 21.2 -
YUV 70.61 160.39 186.06 -
System Red Green Blue C M Y K H S L
Decimal 152 18 128 0 0.88 0.16 0.40 310.75 0.79 0.33
Hex 98 12 80 0 58 10 28 137 4F 21
Octal 230 22 200 0 130 20 50 467 117 41
Binary 10011000 10010 10000000 0 1011000 10000 101000 100110111 1001111 100001

Color Harmonies of #981280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981280

Black with #981280

Text Example


Text Example

White with #981280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981280; }

 p { color: rgb(152,18,128); }

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

background-color css

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

 a { background-color: rgb(152,18,128); }

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

border-color css

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

 span { border-color: rgb(152,18,128); }

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