Html Css Color HEX #981788 Dark Purple

📋 copy color: '#981788'

red 152 ◦ green 23 ◦ blue 136

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

Shades of Dark Purple #981788

Tints of Dark Purple #981788

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 43.73%

R = 48.87%
G = 7.4%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#981788 (or 0x981788) is known color: Dark Purple. HEX triplet: 98, 17 and 88. RGB value is (152,23,136). Sum of RGB (Red+Green+Blue) = 152+23+136=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 23 (9.38% from 255 or 7.40% from 311); Blue value is 136 (53.52% from 255 or 43.73% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #981788 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981788 is #67E877. Grayscale: #4A4A4A. Windows color (decimal): -6809720 or 8918936. OLE color: 8918936.

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

Color convert

RGB 152 23 136 -
CMYK 0 0.85 0.11 0.40
HSL 307.44º 0.74% 0.34% -
HSV(B) 307.44º 0.85% 0.6% -
XYZ 17.7 9.07 24.11 -
YUV 74.45 162.74 183.31 -
System Red Green Blue C M Y K H S L
Decimal 152 23 136 0 0.85 0.11 0.40 307.44 0.74 0.34
Hex 98 17 88 0 55 B 28 133 4A 22
Octal 230 27 210 0 125 13 50 463 112 42
Binary 10011000 10111 10001000 0 1010101 1011 101000 100110011 1001010 100010

Color Harmonies of #981788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981788

Black with #981788

Text Example


Text Example

White with #981788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981788; }

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

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

background-color css

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

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

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

border-color css

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

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

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