Html Css Color HEX #871EB1 Dark Orchid

📋 copy color: '#871EB1'

red 135 ◦ green 30 ◦ blue 177

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

Shades of Dark Orchid #871EB1

Tints of Dark Orchid #871EB1

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.77%

 BLUE value IS 177 (69.53% from 255) = 51.75%

R = 39.47%
G = 8.77%
B = 51.75%

CMYK

 C value IS 0.24

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#871EB1 (or 0x871EB1) is known color: Dark Orchid. HEX triplet: 87, 1E and B1. RGB value is (135,30,177). Sum of RGB (Red+Green+Blue) = 135+30+177=342 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.47% from 342); Green value is 30 (12.11% from 255 or 8.77% from 342); Blue value is 177 (69.53% from 255 or 51.75% from 342); Max value from RGB is 177 - color contains mainly: blue. Hex color #871EB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871EB1 is #78E14E. Grayscale: #4D4D4D. Windows color (decimal): -7921999 or 11607687. OLE color: 11607687.

HSL color Cylindrical-coordinate representation of color #871EB1: hue angle of 282.86º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #871EB1 is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 135 30 177 -
CMYK 0.24 0.83 0 0.31
HSL 282.86º 0.71% 0.41% -
HSV(B) 282.86º 0.83% 0.69% -
XYZ 18.39 9.25 42.41 -
YUV 78.15 183.79 168.55 -
System Red Green Blue C M Y K H S L
Decimal 135 30 177 0.24 0.83 0 0.31 282.86 0.71 0.41
Hex 87 1E B1 18 53 0 1F 11B 47 29
Octal 207 36 261 30 123 0 37 433 107 51
Binary 10000111 11110 10110001 11000 1010011 0 11111 100011011 1000111 101001

Color Harmonies of #871EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871EB1

Black with #871EB1

Text Example


Text Example

White with #871EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,30,177); }

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

background-color css

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

 a { background-color: rgb(135,30,177); }

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

border-color css

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

 span { border-color: rgb(135,30,177); }

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