Html Css Color HEX #982990 Dark Purple

📋 copy color: '#982990'

red 152 ◦ green 41 ◦ blue 144

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

Shades of Dark Purple #982990

Tints of Dark Purple #982990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.73%

R = 45.1%
G = 12.17%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#982990 (or 0x982990) is known color: Dark Purple. HEX triplet: 98, 29 and 90. RGB value is (152,41,144). Sum of RGB (Red+Green+Blue) = 152+41+144=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #982990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982990 is #67D66F. Grayscale: #555555. Windows color (decimal): -6805104 or 9447832. OLE color: 9447832.

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

Color convert

RGB 152 41 144 -
CMYK 0 0.73 0.05 0.40
HSL 304.32º 0.58% 0.38% -
HSV(B) 304.32º 0.73% 0.6% -
XYZ 18.78 10.27 27.38 -
YUV 85.93 160.77 175.12 -
System Red Green Blue C M Y K H S L
Decimal 152 41 144 0 0.73 0.05 0.40 304.32 0.58 0.38
Hex 98 29 90 0 49 5 28 130 3A 26
Octal 230 51 220 0 111 5 50 460 72 46
Binary 10011000 101001 10010000 0 1001001 101 101000 100110000 111010 100110

Color Harmonies of #982990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982990

Black with #982990

Text Example


Text Example

White with #982990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982990; }

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

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

background-color css

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

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

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

border-color css

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

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

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