Html Css Color HEX #871BBF Dark Orchid

📋 copy color: '#871BBF'

red 135 ◦ green 27 ◦ blue 191

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

Shades of Dark Orchid #871BBF

Tints of Dark Orchid #871BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 54.11%

R = 38.24%
G = 7.65%
B = 54.11%

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

#871BBF (or 0x871BBF) is known color: Dark Orchid. HEX triplet: 87, 1B and BF. RGB value is (135,27,191). Sum of RGB (Red+Green+Blue) = 135+27+191=353 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.24% from 353); Green value is 27 (10.94% from 255 or 7.65% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #871BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871BBF is #78E440. Grayscale: #4D4D4D. Windows color (decimal): -7922753 or 12524423. OLE color: 12524423.

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

Color convert

RGB 135 27 191 -
CMYK 0.29 0.86 0 0.25
HSL 279.51º 0.75% 0.43% -
HSV(B) 279.51º 0.86% 0.75% -
XYZ 19.79 9.7 50.12 -
YUV 77.99 191.78 168.66 -
System Red Green Blue C M Y K H S L
Decimal 135 27 191 0.29 0.86 0 0.25 279.51 0.75 0.43
Hex 87 1B BF 1D 56 0 19 118 4B 2B
Octal 207 33 277 35 126 0 31 430 113 53
Binary 10000111 11011 10111111 11101 1010110 0 11001 100011000 1001011 101011

Color Harmonies of #871BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871BBF

Black with #871BBF

Text Example


Text Example

White with #871BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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