Html Css Color HEX #981D7B Dark Purple

📋 copy color: '#981D7B'

red 152 ◦ green 29 ◦ blue 123

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

Shades of Dark Purple #981D7B

Tints of Dark Purple #981D7B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.54%

 BLUE value IS 123 (48.44% from 255) = 40.46%

R = 50%
G = 9.54%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#981D7B (or 0x981D7B) is known color: Dark Purple. HEX triplet: 98, 1D and 7B. RGB value is (152,29,123). Sum of RGB (Red+Green+Blue) = 152+29+123=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 29 (11.72% from 255 or 9.54% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #981D7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981D7B is #67E284. Grayscale: #4C4C4C. Windows color (decimal): -6808197 or 8068504. OLE color: 8068504.

HSL color Cylindrical-coordinate representation of color #981D7B: hue angle of 314.15º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #981D7B is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 29 123 -
CMYK 0 0.81 0.19 0.40
HSL 314.15º 0.68% 0.35% -
HSV(B) 314.15º 0.81% 0.6% -
XYZ 16.96 8.98 19.58 -
YUV 76.49 154.25 181.86 -
System Red Green Blue C M Y K H S L
Decimal 152 29 123 0 0.81 0.19 0.40 314.15 0.68 0.35
Hex 98 1D 7B 0 51 13 28 13A 44 23
Octal 230 35 173 0 121 23 50 472 104 43
Binary 10011000 11101 1111011 0 1010001 10011 101000 100111010 1000100 100011

Color Harmonies of #981D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981D7B

Black with #981D7B

Text Example


Text Example

White with #981D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,29,123); }

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

background-color css

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

 a { background-color: rgb(152,29,123); }

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

border-color css

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

 span { border-color: rgb(152,29,123); }

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