Html Css Color HEX #981B8C Dark Purple

📋 copy color: '#981B8C'

red 152 ◦ green 27 ◦ blue 140

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

Shades of Dark Purple #981B8C

Tints of Dark Purple #981B8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.89%

R = 47.65%
G = 8.46%
B = 43.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#981B8C (or 0x981B8C) is known color: Dark Purple. HEX triplet: 98, 1B and 8C. RGB value is (152,27,140). Sum of RGB (Red+Green+Blue) = 152+27+140=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 27 (10.94% from 255 or 8.46% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #981B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981B8C is #67E473. Grayscale: #4C4C4C. Windows color (decimal): -6808692 or 9182104. OLE color: 9182104.

HSL color Cylindrical-coordinate representation of color #981B8C: hue angle of 305.76º 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 #981B8C is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 27 140 -
CMYK 0 0.82 0.08 0.40
HSL 305.76º 0.7% 0.35% -
HSV(B) 305.76º 0.82% 0.6% -
XYZ 18.07 9.35 25.66 -
YUV 77.26 163.41 181.31 -
System Red Green Blue C M Y K H S L
Decimal 152 27 140 0 0.82 0.08 0.40 305.76 0.7 0.35
Hex 98 1B 8C 0 52 8 28 132 46 23
Octal 230 33 214 0 122 10 50 462 106 43
Binary 10011000 11011 10001100 0 1010010 1000 101000 100110010 1000110 100011

Color Harmonies of #981B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981B8C

Black with #981B8C

Text Example


Text Example

White with #981B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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