Html Css Color HEX #871EB0 Dark Orchid

📋 copy color: '#871EB0'

red 135 ◦ green 30 ◦ blue 176

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

Shades of Dark Orchid #871EB0

Tints of Dark Orchid #871EB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 51.61%

R = 39.59%
G = 8.8%
B = 51.61%

CMYK

 C value IS 0.23

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#871EB0 (or 0x871EB0) is known color: Dark Orchid. HEX triplet: 87, 1E and B0. RGB value is (135,30,176). Sum of RGB (Red+Green+Blue) = 135+30+176=341 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.59% from 341); Green value is 30 (12.11% from 255 or 8.80% from 341); Blue value is 176 (69.14% from 255 or 51.61% from 341); Max value from RGB is 176 - color contains mainly: blue. Hex color #871EB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871EB0 is #78E14F. Grayscale: #4D4D4D. Windows color (decimal): -7922000 or 11542151. OLE color: 11542151.

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

Color convert

RGB 135 30 176 -
CMYK 0.23 0.83 0 0.31
HSL 283.15º 0.71% 0.4% -
HSV(B) 283.15º 0.83% 0.69% -
XYZ 18.29 9.21 41.89 -
YUV 78.04 183.29 168.63 -
System Red Green Blue C M Y K H S L
Decimal 135 30 176 0.23 0.83 0 0.31 283.15 0.71 0.4
Hex 87 1E B0 17 53 0 1F 11B 47 28
Octal 207 36 260 27 123 0 37 433 107 50
Binary 10000111 11110 10110000 10111 1010011 0 11111 100011011 1000111 101000

Color Harmonies of #871EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871EB0

Black with #871EB0

Text Example


Text Example

White with #871EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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