Html Css Color HEX #982872 Dark Purple

📋 copy color: '#982872'

red 152 ◦ green 40 ◦ blue 114

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

Shades of Dark Purple #982872

Tints of Dark Purple #982872

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.07%

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

R = 49.67%
G = 13.07%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#982872 (or 0x982872) is known color: Dark Purple. HEX triplet: 98, 28 and 72. RGB value is (152,40,114). Sum of RGB (Red+Green+Blue) = 152+40+114=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #982872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982872 is #67D78D. Grayscale: #515151. Windows color (decimal): -6805390 or 7481496. OLE color: 7481496.

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

Color convert

RGB 152 40 114 -
CMYK 0 0.74 0.25 0.40
HSL 320.36º 0.58% 0.38% -
HSV(B) 320.36º 0.74% 0.6% -
XYZ 16.74 9.41 16.85 -
YUV 81.92 146.11 177.98 -
System Red Green Blue C M Y K H S L
Decimal 152 40 114 0 0.74 0.25 0.40 320.36 0.58 0.38
Hex 98 28 72 0 4A 19 28 140 3A 26
Octal 230 50 162 0 112 31 50 500 72 46
Binary 10011000 101000 1110010 0 1001010 11001 101000 101000000 111010 100110

Color Harmonies of #982872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982872

Black with #982872

Text Example


Text Example

White with #982872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982872; }

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

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

background-color css

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

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

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

border-color css

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

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

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