Html Css Color HEX #982F83 Dark Purple

📋 copy color: '#982F83'

red 152 ◦ green 47 ◦ blue 131

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

Shades of Dark Purple #982F83

Tints of Dark Purple #982F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 39.7%

R = 46.06%
G = 14.24%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#982F83 (or 0x982F83) is known color: Dark Purple. HEX triplet: 98, 2F and 83. RGB value is (152,47,131). Sum of RGB (Red+Green+Blue) = 152+47+131=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 47 (18.75% from 255 or 14.24% from 330); Blue value is 131 (51.56% from 255 or 39.70% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #982F83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982F83 is #67D07C. Grayscale: #575757. Windows color (decimal): -6803581 or 8597400. OLE color: 8597400.

HSL color Cylindrical-coordinate representation of color #982F83: hue angle of 312º 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 #982F83 is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 47 131 -
CMYK 0 0.69 0.14 0.40
HSL 312º 0.53% 0.39% -
HSV(B) 312º 0.69% 0.6% -
XYZ 18.06 10.35 22.52 -
YUV 87.97 152.29 173.67 -
System Red Green Blue C M Y K H S L
Decimal 152 47 131 0 0.69 0.14 0.40 312 0.53 0.39
Hex 98 2F 83 0 45 E 28 138 35 27
Octal 230 57 203 0 105 16 50 470 65 47
Binary 10011000 101111 10000011 0 1000101 1110 101000 100111000 110101 100111

Color Harmonies of #982F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982F83

Black with #982F83

Text Example


Text Example

White with #982F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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