Html Css Color HEX #982271 Dark Purple

📋 copy color: '#982271'

red 152 ◦ green 34 ◦ blue 113

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

Shades of Dark Purple #982271

Tints of Dark Purple #982271

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.37%

 BLUE value IS 113 (44.53% from 255) = 37.79%

R = 50.84%
G = 11.37%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#982271 (or 0x982271) is known color: Dark Purple. HEX triplet: 98, 22 and 71. RGB value is (152,34,113). Sum of RGB (Red+Green+Blue) = 152+34+113=299 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.84% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 152 - color contains mainly: red. Hex color #982271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982271 is #67DD8E. Grayscale: #4E4E4E. Windows color (decimal): -6806927 or 7414424. OLE color: 7414424.

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

Color convert

RGB 152 34 113 -
CMYK 0 0.78 0.26 0.40
HSL 319.83º 0.63% 0.36% -
HSV(B) 319.83º 0.78% 0.6% -
XYZ 16.5 9.01 16.49 -
YUV 78.29 147.59 180.58 -
System Red Green Blue C M Y K H S L
Decimal 152 34 113 0 0.78 0.26 0.40 319.83 0.63 0.36
Hex 98 22 71 0 4E 1A 28 140 3F 24
Octal 230 42 161 0 116 32 50 500 77 44
Binary 10011000 100010 1110001 0 1001110 11010 101000 101000000 111111 100100

Color Harmonies of #982271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982271

Black with #982271

Text Example


Text Example

White with #982271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982271; }

 p { color: rgb(152,34,113); }

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

background-color css

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

 a { background-color: rgb(152,34,113); }

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

border-color css

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

 span { border-color: rgb(152,34,113); }

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