Html Css Color HEX #982376 Dark Purple

📋 copy color: '#982376'

red 152 ◦ green 35 ◦ blue 118

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

Shades of Dark Purple #982376

Tints of Dark Purple #982376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 38.69%

R = 49.84%
G = 11.48%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#982376 (or 0x982376) is known color: Dark Purple. HEX triplet: 98, 23 and 76. RGB value is (152,35,118). Sum of RGB (Red+Green+Blue) = 152+35+118=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #982376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982376 is #67DC89. Grayscale: #4F4F4F. Windows color (decimal): -6806666 or 7742360. OLE color: 7742360.

HSL color Cylindrical-coordinate representation of color #982376: hue angle of 317.44º 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 #982376 is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 35 118 -
CMYK 0 0.77 0.22 0.40
HSL 317.44º 0.63% 0.37% -
HSV(B) 317.44º 0.77% 0.6% -
XYZ 16.82 9.19 18.03 -
YUV 79.45 149.76 179.75 -
System Red Green Blue C M Y K H S L
Decimal 152 35 118 0 0.77 0.22 0.40 317.44 0.63 0.37
Hex 98 23 76 0 4D 16 28 13D 3F 25
Octal 230 43 166 0 115 26 50 475 77 45
Binary 10011000 100011 1110110 0 1001101 10110 101000 100111101 111111 100101

Color Harmonies of #982376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982376

Black with #982376

Text Example


Text Example

White with #982376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982376; }

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

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

background-color css

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

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

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

border-color css

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

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

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