Html Css Color HEX #871ABD Dark Orchid

📋 copy color: '#871ABD'

red 135 ◦ green 26 ◦ blue 189

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

Shades of Dark Orchid #871ABD

Tints of Dark Orchid #871ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 54%

R = 38.57%
G = 7.43%
B = 54%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#871ABD (or 0x871ABD) is known color: Dark Orchid. HEX triplet: 87, 1A and BD. RGB value is (135,26,189). Sum of RGB (Red+Green+Blue) = 135+26+189=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 26 (10.55% from 255 or 7.43% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #871ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871ABD is #78E542. Grayscale: #4C4C4C. Windows color (decimal): -7923011 or 12393095. OLE color: 12393095.

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

Color convert

RGB 135 26 189 -
CMYK 0.29 0.86 0 0.26
HSL 280.12º 0.76% 0.42% -
HSV(B) 280.12º 0.86% 0.74% -
XYZ 19.55 9.56 48.96 -
YUV 77.17 191.11 169.25 -
System Red Green Blue C M Y K H S L
Decimal 135 26 189 0.29 0.86 0 0.26 280.12 0.76 0.42
Hex 87 1A BD 1D 56 0 1A 118 4C 2A
Octal 207 32 275 35 126 0 32 430 114 52
Binary 10000111 11010 10111101 11101 1010110 0 11010 100011000 1001100 101010

Color Harmonies of #871ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871ABD

Black with #871ABD

Text Example


Text Example

White with #871ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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