Html Css Color HEX #982078 Dark Purple

📋 copy color: '#982078'

red 152 ◦ green 32 ◦ blue 120

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

Shades of Dark Purple #982078

Tints of Dark Purple #982078

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.53%

 BLUE value IS 120 (47.27% from 255) = 39.47%

R = 50%
G = 10.53%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#982078 (or 0x982078) is known color: Dark Purple. HEX triplet: 98, 20 and 78. RGB value is (152,32,120). Sum of RGB (Red+Green+Blue) = 152+32+120=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 120 (47.27% from 255 or 39.47% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #982078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982078 is #67DF87. Grayscale: #4D4D4D. Windows color (decimal): -6807432 or 7872664. OLE color: 7872664.

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

Color convert

RGB 152 32 120 -
CMYK 0 0.79 0.21 0.40
HSL 316º 0.65% 0.36% -
HSV(B) 316º 0.79% 0.6% -
XYZ 16.86 9.06 18.63 -
YUV 77.91 151.76 180.84 -
System Red Green Blue C M Y K H S L
Decimal 152 32 120 0 0.79 0.21 0.40 316 0.65 0.36
Hex 98 20 78 0 4F 15 28 13C 41 24
Octal 230 40 170 0 117 25 50 474 101 44
Binary 10011000 100000 1111000 0 1001111 10101 101000 100111100 1000001 100100

Color Harmonies of #982078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982078

Black with #982078

Text Example


Text Example

White with #982078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982078; }

 p { color: rgb(152,32,120); }

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

background-color css

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

 a { background-color: rgb(152,32,120); }

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

border-color css

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

 span { border-color: rgb(152,32,120); }

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