Html Css Color HEX #982F75 Dark Purple

📋 copy color: '#982F75'

red 152 ◦ green 47 ◦ blue 117

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

Shades of Dark Purple #982F75

Tints of Dark Purple #982F75

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.87%

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

R = 48.1%
G = 14.87%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#982F75 (or 0x982F75) is known color: Dark Purple. HEX triplet: 98, 2F and 75. RGB value is (152,47,117). Sum of RGB (Red+Green+Blue) = 152+47+117=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #982F75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982F75 is #67D08A. Grayscale: #565656. Windows color (decimal): -6803595 or 7679896. OLE color: 7679896.

HSL color Cylindrical-coordinate representation of color #982F75: hue angle of 320º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #982F75 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 47 117 -
CMYK 0 0.69 0.23 0.40
HSL 320º 0.53% 0.39% -
HSV(B) 320º 0.69% 0.6% -
XYZ 17.18 9.99 17.85 -
YUV 86.38 145.29 174.81 -
System Red Green Blue C M Y K H S L
Decimal 152 47 117 0 0.69 0.23 0.40 320 0.53 0.39
Hex 98 2F 75 0 45 17 28 140 35 27
Octal 230 57 165 0 105 27 50 500 65 47
Binary 10011000 101111 1110101 0 1000101 10111 101000 101000000 110101 100111

Color Harmonies of #982F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982F75

Black with #982F75

Text Example


Text Example

White with #982F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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