Html Css Color HEX #871B8B Dark Purple

📋 copy color: '#871B8B'

red 135 ◦ green 27 ◦ blue 139

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

Shades of Dark Purple #871B8B

Tints of Dark Purple #871B8B

RGB

 RED value IS 135 (53.13% from 255) = 44.85%

 GREEN value IS 27 (10.94% from 255) = 8.97%

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

R = 44.85%
G = 8.97%
B = 46.18%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#871B8B (or 0x871B8B) is known color: Dark Purple. HEX triplet: 87, 1B and 8B. RGB value is (135,27,139). Sum of RGB (Red+Green+Blue) = 135+27+139=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 27 (10.94% from 255 or 8.97% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 139 - color contains mainly: blue. Hex color #871B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871B8B is #78E474. Grayscale: #474747. Windows color (decimal): -7922805 or 9116551. OLE color: 9116551.

HSL color Cylindrical-coordinate representation of color #871B8B: hue angle of 297.86º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #871B8B is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 135 27 139 -
CMYK 0.03 0.81 0 0.45
HSL 297.86º 0.67% 0.33% -
HSV(B) 297.86º 0.81% 0.55% -
XYZ 15.04 7.8 25.14 -
YUV 72.06 165.78 172.89 -
System Red Green Blue C M Y K H S L
Decimal 135 27 139 0.03 0.81 0 0.45 297.86 0.67 0.33
Hex 87 1B 8B 3 51 0 2D 12A 43 21
Octal 207 33 213 3 121 0 55 452 103 41
Binary 10000111 11011 10001011 11 1010001 0 101101 100101010 1000011 100001

Color Harmonies of #871B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871B8B

Black with #871B8B

Text Example


Text Example

White with #871B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871B8B; }

 p { color: rgb(135,27,139); }

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

background-color css

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

 a { background-color: rgb(135,27,139); }

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

border-color css

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

 span { border-color: rgb(135,27,139); }

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