Html Css Color HEX #984082 Dark Purple

📋 copy color: '#984082'

red 152 ◦ green 64 ◦ blue 130

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

Shades of Dark Purple #984082

Tints of Dark Purple #984082

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.5%

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

R = 43.93%
G = 18.5%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#984082 (or 0x984082) is known color: Dark Purple. HEX triplet: 98, 40 and 82. RGB value is (152,64,130). Sum of RGB (Red+Green+Blue) = 152+64+130=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 152 - color contains mainly: red. Hex color #984082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984082 is #67BF7D. Grayscale: #616161. Windows color (decimal): -6799230 or 8536216. OLE color: 8536216.

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

Color convert

RGB 152 64 130 -
CMYK 0 0.58 0.14 0.40
HSL 315º 0.41% 0.42% -
HSV(B) 315º 0.58% 0.6% -
XYZ 18.81 11.95 22.43 -
YUV 97.84 146.15 166.63 -
System Red Green Blue C M Y K H S L
Decimal 152 64 130 0 0.58 0.14 0.40 315 0.41 0.42
Hex 98 40 82 0 3A E 28 13B 29 2A
Octal 230 100 202 0 72 16 50 473 51 52
Binary 10011000 1000000 10000010 0 111010 1110 101000 100111011 101001 101010

Color Harmonies of #984082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984082

Black with #984082

Text Example


Text Example

White with #984082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984082; }

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

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

background-color css

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

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

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

border-color css

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

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

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