Html Css Color HEX #983070 Dark Purple

📋 copy color: '#983070'

red 152 ◦ green 48 ◦ blue 112

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

Shades of Dark Purple #983070

Tints of Dark Purple #983070

RGB

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

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

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

R = 48.72%
G = 15.38%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#983070 (or 0x983070) is known color: Dark Purple. HEX triplet: 98, 30 and 70. RGB value is (152,48,112). Sum of RGB (Red+Green+Blue) = 152+48+112=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #983070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983070 is #67CF8F. Grayscale: #565656. Windows color (decimal): -6803344 or 7352472. OLE color: 7352472.

HSL color Cylindrical-coordinate representation of color #983070: hue angle of 323.08º 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 #983070 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 48 112 -
CMYK 0 0.68 0.26 0.40
HSL 323.08º 0.52% 0.39% -
HSV(B) 323.08º 0.68% 0.6% -
XYZ 16.93 9.96 16.36 -
YUV 86.39 142.46 174.8 -
System Red Green Blue C M Y K H S L
Decimal 152 48 112 0 0.68 0.26 0.40 323.08 0.52 0.39
Hex 98 30 70 0 44 1A 28 143 34 27
Octal 230 60 160 0 104 32 50 503 64 47
Binary 10011000 110000 1110000 0 1000100 11010 101000 101000011 110100 100111

Color Harmonies of #983070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983070

Black with #983070

Text Example


Text Example

White with #983070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983070; }

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

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

background-color css

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

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

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

border-color css

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

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

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