Html Css Color HEX #981784 Dark Purple

📋 copy color: '#981784'

red 152 ◦ green 23 ◦ blue 132

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

Shades of Dark Purple #981784

Tints of Dark Purple #981784

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.49%

 BLUE value IS 132 (51.95% from 255) = 43%

R = 49.51%
G = 7.49%
B = 43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#981784 (or 0x981784) is known color: Dark Purple. HEX triplet: 98, 17 and 84. RGB value is (152,23,132). Sum of RGB (Red+Green+Blue) = 152+23+132=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #981784 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981784 is #67E87B. Grayscale: #494949. Windows color (decimal): -6809724 or 8656792. OLE color: 8656792.

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

Color convert

RGB 152 23 132 -
CMYK 0 0.85 0.13 0.40
HSL 309.3º 0.74% 0.34% -
HSV(B) 309.3º 0.85% 0.6% -
XYZ 17.42 8.95 22.64 -
YUV 74 160.74 183.64 -
System Red Green Blue C M Y K H S L
Decimal 152 23 132 0 0.85 0.13 0.40 309.3 0.74 0.34
Hex 98 17 84 0 55 D 28 135 4A 22
Octal 230 27 204 0 125 15 50 465 112 42
Binary 10011000 10111 10000100 0 1010101 1101 101000 100110101 1001010 100010

Color Harmonies of #981784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981784

Black with #981784

Text Example


Text Example

White with #981784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981784; }

 p { color: rgb(152,23,132); }

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

background-color css

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

 a { background-color: rgb(152,23,132); }

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

border-color css

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

 span { border-color: rgb(152,23,132); }

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