Html Css Color HEX #981B8B Dark Purple

📋 copy color: '#981B8B'

red 152 ◦ green 27 ◦ blue 139

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

Shades of Dark Purple #981B8B

Tints of Dark Purple #981B8B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.49%

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

R = 47.8%
G = 8.49%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#981B8B (or 0x981B8B) is known color: Dark Purple. HEX triplet: 98, 1B and 8B. RGB value is (152,27,139). Sum of RGB (Red+Green+Blue) = 152+27+139=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 27 (10.94% from 255 or 8.49% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #981B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981B8B is #67E474. Grayscale: #4C4C4C. Windows color (decimal): -6808693 or 9116568. OLE color: 9116568.

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

Color convert

RGB 152 27 139 -
CMYK 0 0.82 0.09 0.40
HSL 306.24º 0.7% 0.35% -
HSV(B) 306.24º 0.82% 0.6% -
XYZ 18 9.32 25.28 -
YUV 77.14 162.91 181.39 -
System Red Green Blue C M Y K H S L
Decimal 152 27 139 0 0.82 0.09 0.40 306.24 0.7 0.35
Hex 98 1B 8B 0 52 9 28 132 46 23
Octal 230 33 213 0 122 11 50 462 106 43
Binary 10011000 11011 10001011 0 1010010 1001 101000 100110010 1000110 100011

Color Harmonies of #981B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981B8B

Black with #981B8B

Text Example


Text Example

White with #981B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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