Html Css Color HEX #981683 Dark Purple

📋 copy color: '#981683'

red 152 ◦ green 22 ◦ blue 131

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

Shades of Dark Purple #981683

Tints of Dark Purple #981683

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.21%

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

R = 49.84%
G = 7.21%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#981683 (or 0x981683) is known color: Dark Purple. HEX triplet: 98, 16 and 83. RGB value is (152,22,131). Sum of RGB (Red+Green+Blue) = 152+22+131=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 131 (51.56% from 255 or 42.95% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #981683 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981683 is #67E97C. Grayscale: #484848. Windows color (decimal): -6809981 or 8591000. OLE color: 8591000.

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

Color convert

RGB 152 22 131 -
CMYK 0 0.86 0.14 0.40
HSL 309.69º 0.75% 0.34% -
HSV(B) 309.69º 0.86% 0.6% -
XYZ 17.33 8.89 22.27 -
YUV 73.3 160.57 184.14 -
System Red Green Blue C M Y K H S L
Decimal 152 22 131 0 0.86 0.14 0.40 309.69 0.75 0.34
Hex 98 16 83 0 56 E 28 136 4B 22
Octal 230 26 203 0 126 16 50 466 113 42
Binary 10011000 10110 10000011 0 1010110 1110 101000 100110110 1001011 100010

Color Harmonies of #981683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981683

Black with #981683

Text Example


Text Example

White with #981683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981683; }

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

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

background-color css

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

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

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

border-color css

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

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

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