Html Css Color HEX #983079 Dark Purple

📋 copy color: '#983079'

red 152 ◦ green 48 ◦ blue 121

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

Shades of Dark Purple #983079

Tints of Dark Purple #983079

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.95%

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

R = 47.35%
G = 14.95%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#983079 (or 0x983079) is known color: Dark Purple. HEX triplet: 98, 30 and 79. RGB value is (152,48,121). Sum of RGB (Red+Green+Blue) = 152+48+121=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #983079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983079 is #67CF86. Grayscale: #575757. Windows color (decimal): -6803335 or 7942296. OLE color: 7942296.

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

Color convert

RGB 152 48 121 -
CMYK 0 0.68 0.20 0.40
HSL 317.88º 0.52% 0.39% -
HSV(B) 317.88º 0.68% 0.6% -
XYZ 17.46 10.17 19.13 -
YUV 87.42 146.96 174.06 -
System Red Green Blue C M Y K H S L
Decimal 152 48 121 0 0.68 0.20 0.40 317.88 0.52 0.39
Hex 98 30 79 0 44 14 28 13E 34 27
Octal 230 60 171 0 104 24 50 476 64 47
Binary 10011000 110000 1111001 0 1000100 10100 101000 100111110 110100 100111

Color Harmonies of #983079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983079

Black with #983079

Text Example


Text Example

White with #983079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983079; }

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

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

background-color css

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

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

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

border-color css

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

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

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