Html Css Color HEX #871ABE Dark Orchid

📋 copy color: '#871ABE'

red 135 ◦ green 26 ◦ blue 190

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

Shades of Dark Orchid #871ABE

Tints of Dark Orchid #871ABE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.41%

 BLUE value IS 190 (74.61% from 255) = 54.13%

R = 38.46%
G = 7.41%
B = 54.13%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#871ABE (or 0x871ABE) is known color: Dark Orchid. HEX triplet: 87, 1A and BE. RGB value is (135,26,190). Sum of RGB (Red+Green+Blue) = 135+26+190=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 26 (10.55% from 255 or 7.41% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #871ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871ABE is #78E541. Grayscale: #4C4C4C. Windows color (decimal): -7923010 or 12458631. OLE color: 12458631.

HSL color Cylindrical-coordinate representation of color #871ABE: hue angle of 279.88º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #871ABE is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 135 26 190 -
CMYK 0.29 0.86 0 0.25
HSL 279.88º 0.76% 0.42% -
HSV(B) 279.88º 0.86% 0.75% -
XYZ 19.66 9.61 49.53 -
YUV 77.29 191.61 169.16 -
System Red Green Blue C M Y K H S L
Decimal 135 26 190 0.29 0.86 0 0.25 279.88 0.76 0.42
Hex 87 1A BE 1D 56 0 19 118 4C 2A
Octal 207 32 276 35 126 0 31 430 114 52
Binary 10000111 11010 10111110 11101 1010110 0 11001 100011000 1001100 101010

Color Harmonies of #871ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871ABE

Black with #871ABE

Text Example


Text Example

White with #871ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,26,190); }

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

background-color css

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

 a { background-color: rgb(135,26,190); }

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

border-color css

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

 span { border-color: rgb(135,26,190); }

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