Html Css Color HEX #982374 Dark Purple

📋 copy color: '#982374'

red 152 ◦ green 35 ◦ blue 116

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

Shades of Dark Purple #982374

Tints of Dark Purple #982374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.28%

R = 50.17%
G = 11.55%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#982374 (or 0x982374) is known color: Dark Purple. HEX triplet: 98, 23 and 74. RGB value is (152,35,116). Sum of RGB (Red+Green+Blue) = 152+35+116=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #982374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982374 is #67DC8B. Grayscale: #4F4F4F. Windows color (decimal): -6806668 or 7611288. OLE color: 7611288.

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

Color convert

RGB 152 35 116 -
CMYK 0 0.77 0.24 0.40
HSL 318.46º 0.63% 0.37% -
HSV(B) 318.46º 0.77% 0.6% -
XYZ 16.7 9.14 17.41 -
YUV 79.22 148.76 179.91 -
System Red Green Blue C M Y K H S L
Decimal 152 35 116 0 0.77 0.24 0.40 318.46 0.63 0.37
Hex 98 23 74 0 4D 18 28 13E 3F 25
Octal 230 43 164 0 115 30 50 476 77 45
Binary 10011000 100011 1110100 0 1001101 11000 101000 100111110 111111 100101

Color Harmonies of #982374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982374

Black with #982374

Text Example


Text Example

White with #982374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982374; }

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

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

background-color css

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

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

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

border-color css

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

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

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