Html Css Color HEX #981783 Dark Purple

📋 copy color: '#981783'

red 152 ◦ green 23 ◦ blue 131

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

Shades of Dark Purple #981783

Tints of Dark Purple #981783

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.52%

 BLUE value IS 131 (51.56% from 255) = 42.81%

R = 49.67%
G = 7.52%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#981783 (or 0x981783) is known color: Dark Purple. HEX triplet: 98, 17 and 83. RGB value is (152,23,131). Sum of RGB (Red+Green+Blue) = 152+23+131=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 23 (9.38% from 255 or 7.52% from 306); Blue value is 131 (51.56% from 255 or 42.81% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #981783 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981783 is #67E87C. Grayscale: #494949. Windows color (decimal): -6809725 or 8591256. OLE color: 8591256.

HSL color Cylindrical-coordinate representation of color #981783: hue angle of 309.77º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #981783 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 23 131 -
CMYK 0 0.85 0.14 0.40
HSL 309.77º 0.74% 0.34% -
HSV(B) 309.77º 0.85% 0.6% -
XYZ 17.35 8.93 22.28 -
YUV 73.88 160.24 183.72 -
System Red Green Blue C M Y K H S L
Decimal 152 23 131 0 0.85 0.14 0.40 309.77 0.74 0.34
Hex 98 17 83 0 55 E 28 136 4A 22
Octal 230 27 203 0 125 16 50 466 112 42
Binary 10011000 10111 10000011 0 1010101 1110 101000 100110110 1001010 100010

Color Harmonies of #981783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981783

Black with #981783

Text Example


Text Example

White with #981783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981783; }

 p { color: rgb(152,23,131); }

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

background-color css

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

 a { background-color: rgb(152,23,131); }

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

border-color css

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

 span { border-color: rgb(152,23,131); }

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