Html Css Color HEX #982379 Dark Purple

📋 copy color: '#982379'

red 152 ◦ green 35 ◦ blue 121

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

Shades of Dark Purple #982379

Tints of Dark Purple #982379

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.36%

 BLUE value IS 121 (47.66% from 255) = 39.29%

R = 49.35%
G = 11.36%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#982379 (or 0x982379) is known color: Dark Purple. HEX triplet: 98, 23 and 79. RGB value is (152,35,121). Sum of RGB (Red+Green+Blue) = 152+35+121=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 121 (47.66% from 255 or 39.29% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #982379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982379 is #67DC86. Grayscale: #4F4F4F. Windows color (decimal): -6806663 or 7938968. OLE color: 7938968.

HSL color Cylindrical-coordinate representation of color #982379: hue angle of 315.9º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #982379 is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 35 121 -
CMYK 0 0.77 0.20 0.40
HSL 315.9º 0.63% 0.37% -
HSV(B) 315.9º 0.77% 0.6% -
XYZ 17 9.26 18.98 -
YUV 79.79 151.26 179.51 -
System Red Green Blue C M Y K H S L
Decimal 152 35 121 0 0.77 0.20 0.40 315.9 0.63 0.37
Hex 98 23 79 0 4D 14 28 13C 3F 25
Octal 230 43 171 0 115 24 50 474 77 45
Binary 10011000 100011 1111001 0 1001101 10100 101000 100111100 111111 100101

Color Harmonies of #982379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982379

Black with #982379

Text Example


Text Example

White with #982379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982379; }

 p { color: rgb(152,35,121); }

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

background-color css

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

 a { background-color: rgb(152,35,121); }

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

border-color css

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

 span { border-color: rgb(152,35,121); }

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