Html Css Color HEX #982992 Dark Purple

📋 copy color: '#982992'

red 152 ◦ green 41 ◦ blue 146

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

Shades of Dark Purple #982992

Tints of Dark Purple #982992

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.09%

 BLUE value IS 146 (57.42% from 255) = 43.07%

R = 44.84%
G = 12.09%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#982992 (or 0x982992) is known color: Dark Purple. HEX triplet: 98, 29 and 92. RGB value is (152,41,146). Sum of RGB (Red+Green+Blue) = 152+41+146=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #982992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982992 is #67D66D. Grayscale: #555555. Windows color (decimal): -6805102 or 9578904. OLE color: 9578904.

HSL color Cylindrical-coordinate representation of color #982992: hue angle of 303.24º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #982992 is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 41 146 -
CMYK 0 0.73 0.04 0.40
HSL 303.24º 0.58% 0.38% -
HSV(B) 303.24º 0.73% 0.6% -
XYZ 18.93 10.34 28.19 -
YUV 86.16 161.77 174.96 -
System Red Green Blue C M Y K H S L
Decimal 152 41 146 0 0.73 0.04 0.40 303.24 0.58 0.38
Hex 98 29 92 0 49 4 28 12F 3A 26
Octal 230 51 222 0 111 4 50 457 72 46
Binary 10011000 101001 10010010 0 1001001 100 101000 100101111 111010 100110

Color Harmonies of #982992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982992

Black with #982992

Text Example


Text Example

White with #982992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982992; }

 p { color: rgb(152,41,146); }

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

background-color css

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

 a { background-color: rgb(152,41,146); }

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

border-color css

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

 span { border-color: rgb(152,41,146); }

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