Html Css Color HEX #982372 Dark Purple

📋 copy color: '#982372'

red 152 ◦ green 35 ◦ blue 114

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

Shades of Dark Purple #982372

Tints of Dark Purple #982372

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.63%

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

R = 50.5%
G = 11.63%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#982372 (or 0x982372) is known color: Dark Purple. HEX triplet: 98, 23 and 72. RGB value is (152,35,114). Sum of RGB (Red+Green+Blue) = 152+35+114=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #982372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982372 is #67DC8D. Grayscale: #4E4E4E. Windows color (decimal): -6806670 or 7480216. OLE color: 7480216.

HSL color Cylindrical-coordinate representation of color #982372: hue angle of 319.49º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #982372 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 35 114 -
CMYK 0 0.77 0.25 0.40
HSL 319.49º 0.63% 0.37% -
HSV(B) 319.49º 0.77% 0.6% -
XYZ 16.59 9.09 16.8 -
YUV 78.99 147.76 180.08 -
System Red Green Blue C M Y K H S L
Decimal 152 35 114 0 0.77 0.25 0.40 319.49 0.63 0.37
Hex 98 23 72 0 4D 19 28 13F 3F 25
Octal 230 43 162 0 115 31 50 477 77 45
Binary 10011000 100011 1110010 0 1001101 11001 101000 100111111 111111 100101

Color Harmonies of #982372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982372

Black with #982372

Text Example


Text Example

White with #982372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982372; }

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

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

background-color css

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

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

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

border-color css

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

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

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