Html Css Color HEX #983170 Dark Purple

📋 copy color: '#983170'

red 152 ◦ green 49 ◦ blue 112

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

Shades of Dark Purple #983170

Tints of Dark Purple #983170

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.65%

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

R = 48.56%
G = 15.65%
B = 35.78%

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

#983170 (or 0x983170) is known color: Dark Purple. HEX triplet: 98, 31 and 70. RGB value is (152,49,112). Sum of RGB (Red+Green+Blue) = 152+49+112=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #983170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983170 is #67CE8F. Grayscale: #565656. Windows color (decimal): -6803088 or 7352728. OLE color: 7352728.

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

Color convert

RGB 152 49 112 -
CMYK 0 0.68 0.26 0.40
HSL 323.3º 0.51% 0.39% -
HSV(B) 323.3º 0.68% 0.6% -
XYZ 16.97 10.04 16.37 -
YUV 86.98 142.12 174.38 -
System Red Green Blue C M Y K H S L
Decimal 152 49 112 0 0.68 0.26 0.40 323.3 0.51 0.39
Hex 98 31 70 0 44 1A 28 143 33 27
Octal 230 61 160 0 104 32 50 503 63 47
Binary 10011000 110001 1110000 0 1000100 11010 101000 101000011 110011 100111

Color Harmonies of #983170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983170

Black with #983170

Text Example


Text Example

White with #983170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983170; }

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

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

background-color css

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

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

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

border-color css

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

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

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