Html Css Color HEX #982671 Dark Purple

📋 copy color: '#982671'

red 152 ◦ green 38 ◦ blue 113

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

Shades of Dark Purple #982671

Tints of Dark Purple #982671

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.54%

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

R = 50.17%
G = 12.54%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#982671 (or 0x982671) is known color: Dark Purple. HEX triplet: 98, 26 and 71. RGB value is (152,38,113). Sum of RGB (Red+Green+Blue) = 152+38+113=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #982671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982671 is #67D98E. Grayscale: #505050. Windows color (decimal): -6805903 or 7415448. OLE color: 7415448.

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

Color convert

RGB 152 38 113 -
CMYK 0 0.75 0.26 0.40
HSL 320.53º 0.6% 0.37% -
HSV(B) 320.53º 0.75% 0.6% -
XYZ 16.62 9.25 16.53 -
YUV 80.64 146.27 178.9 -
System Red Green Blue C M Y K H S L
Decimal 152 38 113 0 0.75 0.26 0.40 320.53 0.6 0.37
Hex 98 26 71 0 4B 1A 28 141 3C 25
Octal 230 46 161 0 113 32 50 501 74 45
Binary 10011000 100110 1110001 0 1001011 11010 101000 101000001 111100 100101

Color Harmonies of #982671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982671

Black with #982671

Text Example


Text Example

White with #982671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982671; }

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

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

background-color css

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

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

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

border-color css

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

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

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