Html Css Color HEX #981A8B Dark Purple

📋 copy color: '#981A8B'

red 152 ◦ green 26 ◦ blue 139

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

Shades of Dark Purple #981A8B

Tints of Dark Purple #981A8B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.2%

 BLUE value IS 139 (54.69% from 255) = 43.85%

R = 47.95%
G = 8.2%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#981A8B (or 0x981A8B) is known color: Dark Purple. HEX triplet: 98, 1A and 8B. RGB value is (152,26,139). Sum of RGB (Red+Green+Blue) = 152+26+139=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #981A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981A8B is #67E574. Grayscale: #4C4C4C. Windows color (decimal): -6808949 or 9116312. OLE color: 9116312.

HSL color Cylindrical-coordinate representation of color #981A8B: hue angle of 306.19º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #981A8B is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 26 139 -
CMYK 0 0.83 0.09 0.40
HSL 306.19º 0.71% 0.35% -
HSV(B) 306.19º 0.83% 0.6% -
XYZ 17.98 9.28 25.27 -
YUV 76.56 163.24 181.81 -
System Red Green Blue C M Y K H S L
Decimal 152 26 139 0 0.83 0.09 0.40 306.19 0.71 0.35
Hex 98 1A 8B 0 53 9 28 132 47 23
Octal 230 32 213 0 123 11 50 462 107 43
Binary 10011000 11010 10001011 0 1010011 1001 101000 100110010 1000111 100011

Color Harmonies of #981A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981A8B

Black with #981A8B

Text Example


Text Example

White with #981A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981A8B; }

 p { color: rgb(152,26,139); }

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

background-color css

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

 a { background-color: rgb(152,26,139); }

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

border-color css

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

 span { border-color: rgb(152,26,139); }

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