Html Css Color HEX #981689 Dark Purple

📋 copy color: '#981689'

red 152 ◦ green 22 ◦ blue 137

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

Shades of Dark Purple #981689

Tints of Dark Purple #981689

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.07%

 BLUE value IS 137 (53.91% from 255) = 44.05%

R = 48.87%
G = 7.07%
B = 44.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#981689 (or 0x981689) is known color: Dark Purple. HEX triplet: 98, 16 and 89. RGB value is (152,22,137). Sum of RGB (Red+Green+Blue) = 152+22+137=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #981689 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981689 is #67E976. Grayscale: #494949. Windows color (decimal): -6809975 or 8984216. OLE color: 8984216.

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

Color convert

RGB 152 22 137 -
CMYK 0 0.86 0.10 0.40
HSL 306.92º 0.75% 0.34% -
HSV(B) 306.92º 0.86% 0.6% -
XYZ 17.75 9.06 24.48 -
YUV 73.98 163.57 183.65 -
System Red Green Blue C M Y K H S L
Decimal 152 22 137 0 0.86 0.10 0.40 306.92 0.75 0.34
Hex 98 16 89 0 56 A 28 133 4B 22
Octal 230 26 211 0 126 12 50 463 113 42
Binary 10011000 10110 10001001 0 1010110 1010 101000 100110011 1001011 100010

Color Harmonies of #981689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981689

Black with #981689

Text Example


Text Example

White with #981689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981689; }

 p { color: rgb(152,22,137); }

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

background-color css

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

 a { background-color: rgb(152,22,137); }

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

border-color css

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

 span { border-color: rgb(152,22,137); }

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