Html Css Color HEX #981383 Dark Purple

📋 copy color: '#981383'

red 152 ◦ green 19 ◦ blue 131

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

Shades of Dark Purple #981383

Tints of Dark Purple #981383

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.29%

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

R = 50.33%
G = 6.29%
B = 43.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#981383 (or 0x981383) is known color: Dark Purple. HEX triplet: 98, 13 and 83. RGB value is (152,19,131). Sum of RGB (Red+Green+Blue) = 152+19+131=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 131 (51.56% from 255 or 43.38% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #981383 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981383 is #67EC7C. Grayscale: #474747. Windows color (decimal): -6810749 or 8590232. OLE color: 8590232.

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

Color convert

RGB 152 19 131 -
CMYK 0 0.87 0.14 0.40
HSL 309.47º 0.78% 0.34% -
HSV(B) 309.47º 0.88% 0.6% -
XYZ 17.28 8.78 22.26 -
YUV 71.54 161.56 185.39 -
System Red Green Blue C M Y K H S L
Decimal 152 19 131 0 0.87 0.14 0.40 309.47 0.78 0.34
Hex 98 13 83 0 57 E 28 135 4E 22
Octal 230 23 203 0 127 16 50 465 116 42
Binary 10011000 10011 10000011 0 1010111 1110 101000 100110101 1001110 100010

Color Harmonies of #981383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981383

Black with #981383

Text Example


Text Example

White with #981383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981383; }

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

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

background-color css

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

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

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

border-color css

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

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

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