Html Css Color HEX #981382 Dark Purple

📋 copy color: '#981382'

red 152 ◦ green 19 ◦ blue 130

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

Shades of Dark Purple #981382

Tints of Dark Purple #981382

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.31%

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

R = 50.5%
G = 6.31%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#981382 (or 0x981382) is known color: Dark Purple. HEX triplet: 98, 13 and 82. RGB value is (152,19,130). Sum of RGB (Red+Green+Blue) = 152+19+130=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 130 (51.17% from 255 or 43.19% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #981382 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981382 is #67EC7D. Grayscale: #474747. Windows color (decimal): -6810750 or 8524696. OLE color: 8524696.

HSL color Cylindrical-coordinate representation of color #981382: hue angle of 309.92º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981382 is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 19 130 -
CMYK 0 0.87 0.14 0.40
HSL 309.92º 0.78% 0.34% -
HSV(B) 309.92º 0.88% 0.6% -
XYZ 17.21 8.75 21.9 -
YUV 71.42 161.06 185.47 -
System Red Green Blue C M Y K H S L
Decimal 152 19 130 0 0.87 0.14 0.40 309.92 0.78 0.34
Hex 98 13 82 0 57 E 28 136 4E 22
Octal 230 23 202 0 127 16 50 466 116 42
Binary 10011000 10011 10000010 0 1010111 1110 101000 100110110 1001110 100010

Color Harmonies of #981382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981382

Black with #981382

Text Example


Text Example

White with #981382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981382; }

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

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

background-color css

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

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

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

border-color css

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

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

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