Html Css Color HEX #983276 Dark Purple

📋 copy color: '#983276'

red 152 ◦ green 50 ◦ blue 118

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

Shades of Dark Purple #983276

Tints of Dark Purple #983276

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.63%

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

R = 47.5%
G = 15.63%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#983276 (or 0x983276) is known color: Dark Purple. HEX triplet: 98, 32 and 76. RGB value is (152,50,118). Sum of RGB (Red+Green+Blue) = 152+50+118=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 152 - color contains mainly: red. Hex color #983276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983276 is #67CD89. Grayscale: #585858. Windows color (decimal): -6802826 or 7746200. OLE color: 7746200.

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

Color convert

RGB 152 50 118 -
CMYK 0 0.67 0.22 0.40
HSL 320º 0.5% 0.4% -
HSV(B) 320º 0.67% 0.6% -
XYZ 17.36 10.26 18.21 -
YUV 88.25 144.79 173.47 -
System Red Green Blue C M Y K H S L
Decimal 152 50 118 0 0.67 0.22 0.40 320 0.5 0.4
Hex 98 32 76 0 43 16 28 140 32 28
Octal 230 62 166 0 103 26 50 500 62 50
Binary 10011000 110010 1110110 0 1000011 10110 101000 101000000 110010 101000

Color Harmonies of #983276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983276

Black with #983276

Text Example


Text Example

White with #983276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983276; }

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

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

background-color css

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

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

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

border-color css

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

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

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