Html Css Color HEX #982083 Dark Purple

📋 copy color: '#982083'

red 152 ◦ green 32 ◦ blue 131

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

Shades of Dark Purple #982083

Tints of Dark Purple #982083

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.16%

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

R = 48.25%
G = 10.16%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#982083 (or 0x982083) is known color: Dark Purple. HEX triplet: 98, 20 and 83. RGB value is (152,32,131). Sum of RGB (Red+Green+Blue) = 152+32+131=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 131 (51.56% from 255 or 41.59% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #982083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982083 is #67DF7C. Grayscale: #4E4E4E. Windows color (decimal): -6807421 or 8593560. OLE color: 8593560.

HSL color Cylindrical-coordinate representation of color #982083: hue angle of 310.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #982083 is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 32 131 -
CMYK 0 0.79 0.14 0.40
HSL 310.5º 0.65% 0.36% -
HSV(B) 310.5º 0.79% 0.6% -
XYZ 17.56 9.35 22.35 -
YUV 79.17 157.26 179.95 -
System Red Green Blue C M Y K H S L
Decimal 152 32 131 0 0.79 0.14 0.40 310.5 0.65 0.36
Hex 98 20 83 0 4F E 28 136 41 24
Octal 230 40 203 0 117 16 50 466 101 44
Binary 10011000 100000 10000011 0 1001111 1110 101000 100110110 1000001 100100

Color Harmonies of #982083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982083

Black with #982083

Text Example


Text Example

White with #982083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982083; }

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

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

background-color css

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

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

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

border-color css

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

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

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