Html Css Color HEX #981A6D Dark Purple

📋 copy color: '#981A6D'

red 152 ◦ green 26 ◦ blue 109

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

Shades of Dark Purple #981A6D

Tints of Dark Purple #981A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.98%

R = 52.96%
G = 9.06%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#981A6D (or 0x981A6D) is known color: Dark Purple. HEX triplet: 98, 1A and 6D. RGB value is (152,26,109). Sum of RGB (Red+Green+Blue) = 152+26+109=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #981A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981A6D is #67E592. Grayscale: #484848. Windows color (decimal): -6808979 or 7150232. OLE color: 7150232.

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

Color convert

RGB 152 26 109 -
CMYK 0 0.83 0.28 0.40
HSL 320.48º 0.71% 0.35% -
HSV(B) 320.48º 0.83% 0.6% -
XYZ 16.08 8.52 15.26 -
YUV 73.14 148.24 184.25 -
System Red Green Blue C M Y K H S L
Decimal 152 26 109 0 0.83 0.28 0.40 320.48 0.71 0.35
Hex 98 1A 6D 0 53 1C 28 140 47 23
Octal 230 32 155 0 123 34 50 500 107 43
Binary 10011000 11010 1101101 0 1010011 11100 101000 101000000 1000111 100011

Color Harmonies of #981A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981A6D

Black with #981A6D

Text Example


Text Example

White with #981A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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