Html Css Color HEX #983076 Dark Purple

📋 copy color: '#983076'

red 152 ◦ green 48 ◦ blue 118

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

Shades of Dark Purple #983076

Tints of Dark Purple #983076

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.09%

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

R = 47.8%
G = 15.09%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#983076 (or 0x983076) is known color: Dark Purple. HEX triplet: 98, 30 and 76. RGB value is (152,48,118). Sum of RGB (Red+Green+Blue) = 152+48+118=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #983076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983076 is #67CF89. Grayscale: #565656. Windows color (decimal): -6803338 or 7745688. OLE color: 7745688.

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

Color convert

RGB 152 48 118 -
CMYK 0 0.68 0.22 0.40
HSL 319.62º 0.52% 0.39% -
HSV(B) 319.62º 0.68% 0.6% -
XYZ 17.28 10.1 18.18 -
YUV 87.08 145.46 174.31 -
System Red Green Blue C M Y K H S L
Decimal 152 48 118 0 0.68 0.22 0.40 319.62 0.52 0.39
Hex 98 30 76 0 44 16 28 140 34 27
Octal 230 60 166 0 104 26 50 500 64 47
Binary 10011000 110000 1110110 0 1000100 10110 101000 101000000 110100 100111

Color Harmonies of #983076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983076

Black with #983076

Text Example


Text Example

White with #983076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983076; }

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

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

background-color css

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

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

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

border-color css

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

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

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