Html Css Color HEX #982874 Dark Purple

📋 copy color: '#982874'

red 152 ◦ green 40 ◦ blue 116

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

Shades of Dark Purple #982874

Tints of Dark Purple #982874

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.99%

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

R = 49.35%
G = 12.99%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#982874 (or 0x982874) is known color: Dark Purple. HEX triplet: 98, 28 and 74. RGB value is (152,40,116). Sum of RGB (Red+Green+Blue) = 152+40+116=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 116 (45.70% from 255 or 37.66% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #982874 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982874 is #67D78B. Grayscale: #515151. Windows color (decimal): -6805388 or 7612568. OLE color: 7612568.

HSL color Cylindrical-coordinate representation of color #982874: hue angle of 319.29º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #982874 is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 40 116 -
CMYK 0 0.74 0.24 0.40
HSL 319.29º 0.58% 0.38% -
HSV(B) 319.29º 0.74% 0.6% -
XYZ 16.86 9.45 17.46 -
YUV 82.15 147.11 177.82 -
System Red Green Blue C M Y K H S L
Decimal 152 40 116 0 0.74 0.24 0.40 319.29 0.58 0.38
Hex 98 28 74 0 4A 18 28 13F 3A 26
Octal 230 50 164 0 112 30 50 477 72 46
Binary 10011000 101000 1110100 0 1001010 11000 101000 100111111 111010 100110

Color Harmonies of #982874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982874

Black with #982874

Text Example


Text Example

White with #982874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982874; }

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

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

background-color css

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

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

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

border-color css

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

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

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