Html Css Color HEX #983380 Dark Purple

📋 copy color: '#983380'

red 152 ◦ green 51 ◦ blue 128

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

Shades of Dark Purple #983380

Tints of Dark Purple #983380

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.41%

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

R = 45.92%
G = 15.41%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#983380 (or 0x983380) is known color: Dark Purple. HEX triplet: 98, 33 and 80. RGB value is (152,51,128). Sum of RGB (Red+Green+Blue) = 152+51+128=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #983380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983380 is #67CC7F. Grayscale: #595959. Windows color (decimal): -6802560 or 8401816. OLE color: 8401816.

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

Color convert

RGB 152 51 128 -
CMYK 0 0.66 0.16 0.40
HSL 314.26º 0.5% 0.4% -
HSV(B) 314.26º 0.66% 0.6% -
XYZ 18.03 10.6 21.52 -
YUV 89.98 149.46 172.24 -
System Red Green Blue C M Y K H S L
Decimal 152 51 128 0 0.66 0.16 0.40 314.26 0.5 0.4
Hex 98 33 80 0 42 10 28 13A 32 28
Octal 230 63 200 0 102 20 50 472 62 50
Binary 10011000 110011 10000000 0 1000010 10000 101000 100111010 110010 101000

Color Harmonies of #983380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983380

Black with #983380

Text Example


Text Example

White with #983380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983380; }

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

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

background-color css

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

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

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

border-color css

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

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

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