Html Css Color HEX #982891 Dark Purple

📋 copy color: '#982891'

red 152 ◦ green 40 ◦ blue 145

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

Shades of Dark Purple #982891

Tints of Dark Purple #982891

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.87%

 BLUE value IS 145 (57.03% from 255) = 43.03%

R = 45.1%
G = 11.87%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#982891 (or 0x982891) is known color: Dark Purple. HEX triplet: 98, 28 and 91. RGB value is (152,40,145). Sum of RGB (Red+Green+Blue) = 152+40+145=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 145 (57.03% from 255 or 43.03% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #982891 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982891 is #67D76E. Grayscale: #555555. Windows color (decimal): -6805359 or 9513112. OLE color: 9513112.

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

Color convert

RGB 152 40 145 -
CMYK 0 0.74 0.05 0.40
HSL 303.75º 0.58% 0.38% -
HSV(B) 303.75º 0.74% 0.6% -
XYZ 18.82 10.24 27.77 -
YUV 85.46 161.61 175.46 -
System Red Green Blue C M Y K H S L
Decimal 152 40 145 0 0.74 0.05 0.40 303.75 0.58 0.38
Hex 98 28 91 0 4A 5 28 130 3A 26
Octal 230 50 221 0 112 5 50 460 72 46
Binary 10011000 101000 10010001 0 1001010 101 101000 100110000 111010 100110

Color Harmonies of #982891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982891

Black with #982891

Text Example


Text Example

White with #982891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982891; }

 p { color: rgb(152,40,145); }

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

background-color css

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

 a { background-color: rgb(152,40,145); }

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

border-color css

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

 span { border-color: rgb(152,40,145); }

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