Html Css Color HEX #881985 Dark Purple

📋 copy color: '#881985'

red 136 ◦ green 25 ◦ blue 133

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

Shades of Dark Purple #881985

Tints of Dark Purple #881985

RGB

 RED value IS 136 (53.52% from 255) = 46.26%

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

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

R = 46.26%
G = 8.5%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#881985 (or 0x881985) is known color: Dark Purple. HEX triplet: 88, 19 and 85. RGB value is (136,25,133). Sum of RGB (Red+Green+Blue) = 136+25+133=294 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.26% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 136 - color contains mainly: red. Hex color #881985 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881985 is #77E67A. Grayscale: #464646. Windows color (decimal): -7857787 or 8722824. OLE color: 8722824.

HSL color Cylindrical-coordinate representation of color #881985: hue angle of 301.62º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #881985 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 25 133 -
CMYK 0 0.82 0.02 0.47
HSL 301.62º 0.69% 0.32% -
HSV(B) 301.62º 0.82% 0.53% -
XYZ 14.73 7.62 22.89 -
YUV 70.5 163.27 174.72 -
System Red Green Blue C M Y K H S L
Decimal 136 25 133 0 0.82 0.02 0.47 301.62 0.69 0.32
Hex 88 19 85 0 52 2 2F 12E 45 20
Octal 210 31 205 0 122 2 57 456 105 40
Binary 10001000 11001 10000101 0 1010010 10 101111 100101110 1000101 100000

Color Harmonies of #881985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881985

Black with #881985

Text Example


Text Example

White with #881985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881985; }

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

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

background-color css

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

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

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

border-color css

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

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

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