Html Css Color HEX #982970 Dark Purple

📋 copy color: '#982970'

red 152 ◦ green 41 ◦ blue 112

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

Shades of Dark Purple #982970

Tints of Dark Purple #982970

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.44%

 BLUE value IS 112 (44.14% from 255) = 36.72%

R = 49.84%
G = 13.44%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#982970 (or 0x982970) is known color: Dark Purple. HEX triplet: 98, 29 and 70. RGB value is (152,41,112). Sum of RGB (Red+Green+Blue) = 152+41+112=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #982970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982970 is #67D68F. Grayscale: #525252. Windows color (decimal): -6805136 or 7350680. OLE color: 7350680.

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

Color convert

RGB 152 41 112 -
CMYK 0 0.73 0.26 0.40
HSL 321.62º 0.58% 0.38% -
HSV(B) 321.62º 0.73% 0.6% -
XYZ 16.67 9.43 16.27 -
YUV 82.28 144.77 177.73 -
System Red Green Blue C M Y K H S L
Decimal 152 41 112 0 0.73 0.26 0.40 321.62 0.58 0.38
Hex 98 29 70 0 49 1A 28 142 3A 26
Octal 230 51 160 0 111 32 50 502 72 46
Binary 10011000 101001 1110000 0 1001001 11010 101000 101000010 111010 100110

Color Harmonies of #982970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982970

Black with #982970

Text Example


Text Example

White with #982970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982970; }

 p { color: rgb(152,41,112); }

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

background-color css

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

 a { background-color: rgb(152,41,112); }

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

border-color css

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

 span { border-color: rgb(152,41,112); }

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