Html Css Color HEX #881F8B Dark Purple

📋 copy color: '#881F8B'

red 136 ◦ green 31 ◦ blue 139

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

Shades of Dark Purple #881F8B

Tints of Dark Purple #881F8B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.13%

 BLUE value IS 139 (54.69% from 255) = 45.42%

R = 44.44%
G = 10.13%
B = 45.42%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#881F8B (or 0x881F8B) is known color: Dark Purple. HEX triplet: 88, 1F and 8B. RGB value is (136,31,139). Sum of RGB (Red+Green+Blue) = 136+31+139=306 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.44% from 306); Green value is 31 (12.5% from 255 or 10.13% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 139 - color contains mainly: blue. Hex color #881F8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881F8B is #77E074. Grayscale: #4A4A4A. Windows color (decimal): -7856245 or 9117576. OLE color: 9117576.

HSL color Cylindrical-coordinate representation of color #881F8B: hue angle of 298.33º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #881F8B is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 136 31 139 -
CMYK 0.02 0.78 0 0.45
HSL 298.33º 0.64% 0.33% -
HSV(B) 298.33º 0.78% 0.55% -
XYZ 15.3 8.08 25.18 -
YUV 74.71 164.29 171.72 -
System Red Green Blue C M Y K H S L
Decimal 136 31 139 0.02 0.78 0 0.45 298.33 0.64 0.33
Hex 88 1F 8B 2 4E 0 2D 12A 40 21
Octal 210 37 213 2 116 0 55 452 100 41
Binary 10001000 11111 10001011 10 1001110 0 101101 100101010 1000000 100001

Color Harmonies of #881F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881F8B

Black with #881F8B

Text Example


Text Example

White with #881F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881F8B; }

 p { color: rgb(136,31,139); }

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

background-color css

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

 a { background-color: rgb(136,31,139); }

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

border-color css

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

 span { border-color: rgb(136,31,139); }

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