Html Css Color HEX #981985 Dark Purple

📋 copy color: '#981985'

red 152 ◦ green 25 ◦ blue 133

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

Shades of Dark Purple #981985

Tints of Dark Purple #981985

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.06%

 BLUE value IS 133 (52.34% from 255) = 42.9%

R = 49.03%
G = 8.06%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#981985 (or 0x981985) is known color: Dark Purple. HEX triplet: 98, 19 and 85. RGB value is (152,25,133). Sum of RGB (Red+Green+Blue) = 152+25+133=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #981985 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981985 is #67E67A. Grayscale: #4A4A4A. Windows color (decimal): -6809211 or 8722840. OLE color: 8722840.

HSL color Cylindrical-coordinate representation of color #981985: hue angle of 308.98º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #981985 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 25 133 -
CMYK 0 0.84 0.13 0.40
HSL 308.98º 0.72% 0.35% -
HSV(B) 308.98º 0.84% 0.6% -
XYZ 17.53 9.06 23.02 -
YUV 75.29 160.58 182.72 -
System Red Green Blue C M Y K H S L
Decimal 152 25 133 0 0.84 0.13 0.40 308.98 0.72 0.35
Hex 98 19 85 0 54 D 28 135 48 23
Octal 230 31 205 0 124 15 50 465 110 43
Binary 10011000 11001 10000101 0 1010100 1101 101000 100110101 1001000 100011

Color Harmonies of #981985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981985

Black with #981985

Text Example


Text Example

White with #981985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981985; }

 p { color: rgb(152,25,133); }

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

background-color css

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

 a { background-color: rgb(152,25,133); }

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

border-color css

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

 span { border-color: rgb(152,25,133); }

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