Html Css Color HEX #982875 Dark Purple

📋 copy color: '#982875'

red 152 ◦ green 40 ◦ blue 117

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

Shades of Dark Purple #982875

Tints of Dark Purple #982875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.86%

R = 49.19%
G = 12.94%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#982875 (or 0x982875) is known color: Dark Purple. HEX triplet: 98, 28 and 75. RGB value is (152,40,117). Sum of RGB (Red+Green+Blue) = 152+40+117=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #982875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982875 is #67D78A. Grayscale: #525252. Windows color (decimal): -6805387 or 7678104. OLE color: 7678104.

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

Color convert

RGB 152 40 117 -
CMYK 0 0.74 0.23 0.40
HSL 318.75º 0.58% 0.38% -
HSV(B) 318.75º 0.74% 0.6% -
XYZ 16.92 9.48 17.77 -
YUV 82.27 147.61 177.74 -
System Red Green Blue C M Y K H S L
Decimal 152 40 117 0 0.74 0.23 0.40 318.75 0.58 0.38
Hex 98 28 75 0 4A 17 28 13F 3A 26
Octal 230 50 165 0 112 27 50 477 72 46
Binary 10011000 101000 1110101 0 1001010 10111 101000 100111111 111010 100110

Color Harmonies of #982875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982875

Black with #982875

Text Example


Text Example

White with #982875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982875; }

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

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

background-color css

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

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

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

border-color css

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

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

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