Html Css Color HEX #981B7F Dark Purple

📋 copy color: '#981B7F'

red 152 ◦ green 27 ◦ blue 127

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

Shades of Dark Purple #981B7F

Tints of Dark Purple #981B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.5%

R = 49.67%
G = 8.82%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#981B7F (or 0x981B7F) is known color: Dark Purple. HEX triplet: 98, 1B and 7F. RGB value is (152,27,127). Sum of RGB (Red+Green+Blue) = 152+27+127=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 27 (10.94% from 255 or 8.82% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #981B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981B7F is #67E480. Grayscale: #4B4B4B. Windows color (decimal): -6808705 or 8330136. OLE color: 8330136.

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

Color convert

RGB 152 27 127 -
CMYK 0 0.82 0.16 0.40
HSL 312º 0.7% 0.35% -
HSV(B) 312º 0.82% 0.6% -
XYZ 17.17 8.99 20.91 -
YUV 75.78 156.91 182.37 -
System Red Green Blue C M Y K H S L
Decimal 152 27 127 0 0.82 0.16 0.40 312 0.7 0.35
Hex 98 1B 7F 0 52 10 28 138 46 23
Octal 230 33 177 0 122 20 50 470 106 43
Binary 10011000 11011 1111111 0 1010010 10000 101000 100111000 1000110 100011

Color Harmonies of #981B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981B7F

Black with #981B7F

Text Example


Text Example

White with #981B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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