Html Css Color HEX #981082 Dark Purple

📋 copy color: '#981082'

red 152 ◦ green 16 ◦ blue 130

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

Shades of Dark Purple #981082

Tints of Dark Purple #981082

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.37%

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

R = 51.01%
G = 5.37%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#981082 (or 0x981082) is known color: Dark Purple. HEX triplet: 98, 10 and 82. RGB value is (152,16,130). Sum of RGB (Red+Green+Blue) = 152+16+130=298 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.01% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 130 (51.17% from 255 or 43.62% from 298); Max value from RGB is 152 - color contains mainly: red. Hex color #981082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981082 is #67EF7D. Grayscale: #454545. Windows color (decimal): -6811518 or 8523928. OLE color: 8523928.

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

Color convert

RGB 152 16 130 -
CMYK 0 0.89 0.14 0.40
HSL 309.71º 0.81% 0.33% -
HSV(B) 309.71º 0.89% 0.6% -
XYZ 17.16 8.66 21.89 -
YUV 69.66 162.06 186.73 -
System Red Green Blue C M Y K H S L
Decimal 152 16 130 0 0.89 0.14 0.40 309.71 0.81 0.33
Hex 98 10 82 0 59 E 28 136 51 21
Octal 230 20 202 0 131 16 50 466 121 41
Binary 10011000 10000 10000010 0 1011001 1110 101000 100110110 1010001 100001

Color Harmonies of #981082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981082

Black with #981082

Text Example


Text Example

White with #981082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981082; }

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

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

background-color css

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

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

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

border-color css

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

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

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