Html Css Color HEX #983172 Dark Purple

📋 copy color: '#983172'

red 152 ◦ green 49 ◦ blue 114

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

Shades of Dark Purple #983172

Tints of Dark Purple #983172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.19%

R = 48.25%
G = 15.56%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#983172 (or 0x983172) is known color: Dark Purple. HEX triplet: 98, 31 and 72. RGB value is (152,49,114). Sum of RGB (Red+Green+Blue) = 152+49+114=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #983172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983172 is #67CE8D. Grayscale: #575757. Windows color (decimal): -6803086 or 7483800. OLE color: 7483800.

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

Color convert

RGB 152 49 114 -
CMYK 0 0.68 0.25 0.40
HSL 322.14º 0.51% 0.39% -
HSV(B) 322.14º 0.68% 0.6% -
XYZ 17.08 10.09 16.97 -
YUV 87.21 143.12 174.21 -
System Red Green Blue C M Y K H S L
Decimal 152 49 114 0 0.68 0.25 0.40 322.14 0.51 0.39
Hex 98 31 72 0 44 19 28 142 33 27
Octal 230 61 162 0 104 31 50 502 63 47
Binary 10011000 110001 1110010 0 1000100 11001 101000 101000010 110011 100111

Color Harmonies of #983172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983172

Black with #983172

Text Example


Text Example

White with #983172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983172; }

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

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

background-color css

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

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

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

border-color css

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

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

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