Html Css Color HEX #982572 Dark Purple

📋 copy color: '#982572'

red 152 ◦ green 37 ◦ blue 114

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

Shades of Dark Purple #982572

Tints of Dark Purple #982572

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.21%

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

R = 50.17%
G = 12.21%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#982572 (or 0x982572) is known color: Dark Purple. HEX triplet: 98, 25 and 72. RGB value is (152,37,114). Sum of RGB (Red+Green+Blue) = 152+37+114=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #982572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982572 is #67DA8D. Grayscale: #4F4F4F. Windows color (decimal): -6806158 or 7480728. OLE color: 7480728.

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

Color convert

RGB 152 37 114 -
CMYK 0 0.76 0.25 0.40
HSL 319.83º 0.61% 0.37% -
HSV(B) 319.83º 0.76% 0.6% -
XYZ 16.65 9.21 16.82 -
YUV 80.16 147.1 179.24 -
System Red Green Blue C M Y K H S L
Decimal 152 37 114 0 0.76 0.25 0.40 319.83 0.61 0.37
Hex 98 25 72 0 4C 19 28 140 3D 25
Octal 230 45 162 0 114 31 50 500 75 45
Binary 10011000 100101 1110010 0 1001100 11001 101000 101000000 111101 100101

Color Harmonies of #982572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982572

Black with #982572

Text Example


Text Example

White with #982572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982572; }

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

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

background-color css

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

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

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

border-color css

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

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

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