Html Css Color HEX #983280 Dark Purple

📋 copy color: '#983280'

red 152 ◦ green 50 ◦ blue 128

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

Shades of Dark Purple #983280

Tints of Dark Purple #983280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 38.79%

R = 46.06%
G = 15.15%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#983280 (or 0x983280) is known color: Dark Purple. HEX triplet: 98, 32 and 80. RGB value is (152,50,128). Sum of RGB (Red+Green+Blue) = 152+50+128=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #983280 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983280 is #67CD7F. Grayscale: #595959. Windows color (decimal): -6802816 or 8401560. OLE color: 8401560.

HSL color Cylindrical-coordinate representation of color #983280: hue angle of 314.12º 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 #983280 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 50 128 -
CMYK 0 0.67 0.16 0.40
HSL 314.12º 0.5% 0.4% -
HSV(B) 314.12º 0.67% 0.6% -
XYZ 17.99 10.52 21.5 -
YUV 89.39 149.79 172.66 -
System Red Green Blue C M Y K H S L
Decimal 152 50 128 0 0.67 0.16 0.40 314.12 0.5 0.4
Hex 98 32 80 0 43 10 28 13A 32 28
Octal 230 62 200 0 103 20 50 472 62 50
Binary 10011000 110010 10000000 0 1000011 10000 101000 100111010 110010 101000

Color Harmonies of #983280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983280

Black with #983280

Text Example


Text Example

White with #983280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983280; }

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

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

background-color css

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

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

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

border-color css

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

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

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