Html Css Color HEX #981B73 Dark Purple

📋 copy color: '#981B73'

red 152 ◦ green 27 ◦ blue 115

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

Shades of Dark Purple #981B73

Tints of Dark Purple #981B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 39.12%

R = 51.7%
G = 9.18%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#981B73 (or 0x981B73) is known color: Dark Purple. HEX triplet: 98, 1B and 73. RGB value is (152,27,115). Sum of RGB (Red+Green+Blue) = 152+27+115=294 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.70% from 294); Green value is 27 (10.94% from 255 or 9.18% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 152 - color contains mainly: red. Hex color #981B73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981B73 is #67E48C. Grayscale: #4A4A4A. Windows color (decimal): -6808717 or 7543704. OLE color: 7543704.

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

Color convert

RGB 152 27 115 -
CMYK 0 0.82 0.24 0.40
HSL 317.76º 0.7% 0.35% -
HSV(B) 317.76º 0.82% 0.6% -
XYZ 16.44 8.7 17.03 -
YUV 74.41 150.91 183.34 -
System Red Green Blue C M Y K H S L
Decimal 152 27 115 0 0.82 0.24 0.40 317.76 0.7 0.35
Hex 98 1B 73 0 52 18 28 13E 46 23
Octal 230 33 163 0 122 30 50 476 106 43
Binary 10011000 11011 1110011 0 1010010 11000 101000 100111110 1000110 100011

Color Harmonies of #981B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981B73

Black with #981B73

Text Example


Text Example

White with #981B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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