Html Css Color HEX #982070 Dark Purple

📋 copy color: '#982070'

red 152 ◦ green 32 ◦ blue 112

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

Shades of Dark Purple #982070

Tints of Dark Purple #982070

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.81%

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

R = 51.35%
G = 10.81%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#982070 (or 0x982070) is known color: Dark Purple. HEX triplet: 98, 20 and 70. RGB value is (152,32,112). Sum of RGB (Red+Green+Blue) = 152+32+112=296 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.35% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 152 - color contains mainly: red. Hex color #982070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982070 is #67DF8F. Grayscale: #4C4C4C. Windows color (decimal): -6807440 or 7348376. OLE color: 7348376.

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

Color convert

RGB 152 32 112 -
CMYK 0 0.79 0.26 0.40
HSL 320º 0.65% 0.36% -
HSV(B) 320º 0.79% 0.6% -
XYZ 16.39 8.88 16.18 -
YUV 77 147.76 181.5 -
System Red Green Blue C M Y K H S L
Decimal 152 32 112 0 0.79 0.26 0.40 320 0.65 0.36
Hex 98 20 70 0 4F 1A 28 140 41 24
Octal 230 40 160 0 117 32 50 500 101 44
Binary 10011000 100000 1110000 0 1001111 11010 101000 101000000 1000001 100100

Color Harmonies of #982070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982070

Black with #982070

Text Example


Text Example

White with #982070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982070; }

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

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

background-color css

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

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

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

border-color css

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

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

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