Html Css Color HEX #984083 Dark Purple

📋 copy color: '#984083'

red 152 ◦ green 64 ◦ blue 131

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

Shades of Dark Purple #984083

Tints of Dark Purple #984083

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.44%

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

R = 43.8%
G = 18.44%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#984083 (or 0x984083) is known color: Dark Purple. HEX triplet: 98, 40 and 83. RGB value is (152,64,131). Sum of RGB (Red+Green+Blue) = 152+64+131=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #984083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984083 is #67BF7C. Grayscale: #616161. Windows color (decimal): -6799229 or 8601752. OLE color: 8601752.

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

Color convert

RGB 152 64 131 -
CMYK 0 0.58 0.14 0.40
HSL 314.32º 0.41% 0.42% -
HSV(B) 314.32º 0.58% 0.6% -
XYZ 18.88 11.98 22.79 -
YUV 97.95 146.65 166.55 -
System Red Green Blue C M Y K H S L
Decimal 152 64 131 0 0.58 0.14 0.40 314.32 0.41 0.42
Hex 98 40 83 0 3A E 28 13A 29 2A
Octal 230 100 203 0 72 16 50 472 51 52
Binary 10011000 1000000 10000011 0 111010 1110 101000 100111010 101001 101010

Color Harmonies of #984083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984083

Black with #984083

Text Example


Text Example

White with #984083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984083; }

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

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

background-color css

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

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

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

border-color css

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

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

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