Html Css Color HEX #983876 Dark Purple

📋 copy color: '#983876'

red 152 ◦ green 56 ◦ blue 118

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

Shades of Dark Purple #983876

Tints of Dark Purple #983876

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.18%

 BLUE value IS 118 (46.48% from 255) = 36.2%

R = 46.63%
G = 17.18%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#983876 (or 0x983876) is known color: Dark Purple. HEX triplet: 98, 38 and 76. RGB value is (152,56,118). Sum of RGB (Red+Green+Blue) = 152+56+118=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #983876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983876 is #67C789. Grayscale: #5B5B5B. Windows color (decimal): -6801290 or 7747736. OLE color: 7747736.

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

Color convert

RGB 152 56 118 -
CMYK 0 0.63 0.22 0.40
HSL 321.25º 0.46% 0.41% -
HSV(B) 321.25º 0.63% 0.6% -
XYZ 17.63 10.81 18.3 -
YUV 91.77 142.8 170.96 -
System Red Green Blue C M Y K H S L
Decimal 152 56 118 0 0.63 0.22 0.40 321.25 0.46 0.41
Hex 98 38 76 0 3F 16 28 141 2E 29
Octal 230 70 166 0 77 26 50 501 56 51
Binary 10011000 111000 1110110 0 111111 10110 101000 101000001 101110 101001

Color Harmonies of #983876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983876

Black with #983876

Text Example


Text Example

White with #983876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983876; }

 p { color: rgb(152,56,118); }

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

background-color css

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

 a { background-color: rgb(152,56,118); }

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

border-color css

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

 span { border-color: rgb(152,56,118); }

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