Html Css Color HEX #983279 Dark Purple

📋 copy color: '#983279'

red 152 ◦ green 50 ◦ blue 121

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

Shades of Dark Purple #983279

Tints of Dark Purple #983279

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.48%

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

R = 47.06%
G = 15.48%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#983279 (or 0x983279) is known color: Dark Purple. HEX triplet: 98, 32 and 79. RGB value is (152,50,121). Sum of RGB (Red+Green+Blue) = 152+50+121=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #983279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983279 is #67CD86. Grayscale: #585858. Windows color (decimal): -6802823 or 7942808. OLE color: 7942808.

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

Color convert

RGB 152 50 121 -
CMYK 0 0.67 0.20 0.40
HSL 318.24º 0.5% 0.4% -
HSV(B) 318.24º 0.67% 0.6% -
XYZ 17.54 10.34 19.16 -
YUV 88.59 146.29 173.23 -
System Red Green Blue C M Y K H S L
Decimal 152 50 121 0 0.67 0.20 0.40 318.24 0.5 0.4
Hex 98 32 79 0 43 14 28 13E 32 28
Octal 230 62 171 0 103 24 50 476 62 50
Binary 10011000 110010 1111001 0 1000011 10100 101000 100111110 110010 101000

Color Harmonies of #983279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983279

Black with #983279

Text Example


Text Example

White with #983279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983279; }

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

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

background-color css

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

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

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

border-color css

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

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

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