Html Css Color HEX #981A6E Dark Purple

📋 copy color: '#981A6E'

red 152 ◦ green 26 ◦ blue 110

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

Shades of Dark Purple #981A6E

Tints of Dark Purple #981A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 38.19%

R = 52.78%
G = 9.03%
B = 38.19%

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

#981A6E (or 0x981A6E) is known color: Dark Purple. HEX triplet: 98, 1A and 6E. RGB value is (152,26,110). Sum of RGB (Red+Green+Blue) = 152+26+110=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 26 (10.55% from 255 or 9.03% from 288); Blue value is 110 (43.36% from 255 or 38.19% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #981A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981A6E is #67E591. Grayscale: #494949. Windows color (decimal): -6808978 or 7215768. OLE color: 7215768.

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

Color convert

RGB 152 26 110 -
CMYK 0 0.83 0.28 0.40
HSL 320º 0.71% 0.35% -
HSV(B) 320º 0.83% 0.6% -
XYZ 16.13 8.54 15.55 -
YUV 73.25 148.74 184.17 -
System Red Green Blue C M Y K H S L
Decimal 152 26 110 0 0.83 0.28 0.40 320 0.71 0.35
Hex 98 1A 6E 0 53 1C 28 140 47 23
Octal 230 32 156 0 123 34 50 500 107 43
Binary 10011000 11010 1101110 0 1010011 11100 101000 101000000 1000111 100011

Color Harmonies of #981A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981A6E

Black with #981A6E

Text Example


Text Example

White with #981A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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