Html Css Color HEX #981685 Dark Purple

📋 copy color: '#981685'

red 152 ◦ green 22 ◦ blue 133

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

Shades of Dark Purple #981685

Tints of Dark Purple #981685

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.17%

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

R = 49.51%
G = 7.17%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#981685 (or 0x981685) is known color: Dark Purple. HEX triplet: 98, 16 and 85. RGB value is (152,22,133). Sum of RGB (Red+Green+Blue) = 152+22+133=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 133 (52.34% from 255 or 43.32% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #981685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981685 is #67E97A. Grayscale: #494949. Windows color (decimal): -6809979 or 8722072. OLE color: 8722072.

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

Color convert

RGB 152 22 133 -
CMYK 0 0.86 0.13 0.40
HSL 308.77º 0.75% 0.34% -
HSV(B) 308.77º 0.86% 0.6% -
XYZ 17.47 8.94 23 -
YUV 73.52 161.57 183.97 -
System Red Green Blue C M Y K H S L
Decimal 152 22 133 0 0.86 0.13 0.40 308.77 0.75 0.34
Hex 98 16 85 0 56 D 28 135 4B 22
Octal 230 26 205 0 126 15 50 465 113 42
Binary 10011000 10110 10000101 0 1010110 1101 101000 100110101 1001011 100010

Color Harmonies of #981685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981685

Black with #981685

Text Example


Text Example

White with #981685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981685; }

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

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

background-color css

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

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

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

border-color css

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

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

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