Html Css Color HEX #982679 Dark Purple

📋 copy color: '#982679'

red 152 ◦ green 38 ◦ blue 121

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

Shades of Dark Purple #982679

Tints of Dark Purple #982679

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.22%

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

R = 48.87%
G = 12.22%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#982679 (or 0x982679) is known color: Dark Purple. HEX triplet: 98, 26 and 79. RGB value is (152,38,121). Sum of RGB (Red+Green+Blue) = 152+38+121=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 121 (47.66% from 255 or 38.91% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #982679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982679 is #67D986. Grayscale: #515151. Windows color (decimal): -6805895 or 7939736. OLE color: 7939736.

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

Color convert

RGB 152 38 121 -
CMYK 0 0.75 0.20 0.40
HSL 316.32º 0.6% 0.37% -
HSV(B) 316.32º 0.75% 0.6% -
XYZ 17.09 9.44 19.01 -
YUV 81.55 150.27 178.25 -
System Red Green Blue C M Y K H S L
Decimal 152 38 121 0 0.75 0.20 0.40 316.32 0.6 0.37
Hex 98 26 79 0 4B 14 28 13C 3C 25
Octal 230 46 171 0 113 24 50 474 74 45
Binary 10011000 100110 1111001 0 1001011 10100 101000 100111100 111100 100101

Color Harmonies of #982679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982679

Black with #982679

Text Example


Text Example

White with #982679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982679; }

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

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

background-color css

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

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

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

border-color css

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

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

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