Html Css Color HEX #981282 Dark Purple

📋 copy color: '#981282'

red 152 ◦ green 18 ◦ blue 130

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

Shades of Dark Purple #981282

Tints of Dark Purple #981282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 43.33%

R = 50.67%
G = 6%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#981282 (or 0x981282) is known color: Dark Purple. HEX triplet: 98, 12 and 82. RGB value is (152,18,130). Sum of RGB (Red+Green+Blue) = 152+18+130=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #981282 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981282 is #67ED7D. Grayscale: #464646. Windows color (decimal): -6811006 or 8524440. OLE color: 8524440.

HSL color Cylindrical-coordinate representation of color #981282: hue angle of 309.85º 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 #981282 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 18 130 -
CMYK 0 0.88 0.14 0.40
HSL 309.85º 0.79% 0.33% -
HSV(B) 309.85º 0.88% 0.6% -
XYZ 17.19 8.72 21.9 -
YUV 70.83 161.39 185.89 -
System Red Green Blue C M Y K H S L
Decimal 152 18 130 0 0.88 0.14 0.40 309.85 0.79 0.33
Hex 98 12 82 0 58 E 28 136 4F 21
Octal 230 22 202 0 130 16 50 466 117 41
Binary 10011000 10010 10000010 0 1011000 1110 101000 100110110 1001111 100001

Color Harmonies of #981282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981282

Black with #981282

Text Example


Text Example

White with #981282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981282; }

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

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

background-color css

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

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

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

border-color css

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

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

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