Html Css Color HEX #981B72 Dark Purple

📋 copy color: '#981B72'

red 152 ◦ green 27 ◦ blue 114

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

Shades of Dark Purple #981B72

Tints of Dark Purple #981B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.91%

R = 51.88%
G = 9.22%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#981B72 (or 0x981B72) is known color: Dark Purple. HEX triplet: 98, 1B and 72. RGB value is (152,27,114). Sum of RGB (Red+Green+Blue) = 152+27+114=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 27 (10.94% from 255 or 9.22% from 293); Blue value is 114 (44.92% from 255 or 38.91% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #981B72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981B72 is #67E48D. Grayscale: #4A4A4A. Windows color (decimal): -6808718 or 7478168. OLE color: 7478168.

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

Color convert

RGB 152 27 114 -
CMYK 0 0.82 0.25 0.40
HSL 318.24º 0.7% 0.35% -
HSV(B) 318.24º 0.82% 0.6% -
XYZ 16.38 8.67 16.73 -
YUV 74.29 150.41 183.43 -
System Red Green Blue C M Y K H S L
Decimal 152 27 114 0 0.82 0.25 0.40 318.24 0.7 0.35
Hex 98 1B 72 0 52 19 28 13E 46 23
Octal 230 33 162 0 122 31 50 476 106 43
Binary 10011000 11011 1110010 0 1010010 11001 101000 100111110 1000110 100011

Color Harmonies of #981B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981B72

Black with #981B72

Text Example


Text Example

White with #981B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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