Html Css Color HEX #982280 Dark Purple

📋 copy color: '#982280'

red 152 ◦ green 34 ◦ blue 128

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

Shades of Dark Purple #982280

Tints of Dark Purple #982280

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.83%

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

R = 48.41%
G = 10.83%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#982280 (or 0x982280) is known color: Dark Purple. HEX triplet: 98, 22 and 80. RGB value is (152,34,128). Sum of RGB (Red+Green+Blue) = 152+34+128=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 34 (13.67% from 255 or 10.83% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #982280 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982280 is #67DD7F. Grayscale: #4F4F4F. Windows color (decimal): -6806912 or 8397464. OLE color: 8397464.

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

Color convert

RGB 152 34 128 -
CMYK 0 0.78 0.16 0.40
HSL 312.2º 0.63% 0.36% -
HSV(B) 312.2º 0.78% 0.6% -
XYZ 17.42 9.38 21.31 -
YUV 80 155.09 179.36 -
System Red Green Blue C M Y K H S L
Decimal 152 34 128 0 0.78 0.16 0.40 312.2 0.63 0.36
Hex 98 22 80 0 4E 10 28 138 3F 24
Octal 230 42 200 0 116 20 50 470 77 44
Binary 10011000 100010 10000000 0 1001110 10000 101000 100111000 111111 100100

Color Harmonies of #982280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982280

Black with #982280

Text Example


Text Example

White with #982280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982280; }

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

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

background-color css

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

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

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

border-color css

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

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

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