Html Css Color HEX #871EC5 Dark Orchid

📋 copy color: '#871EC5'

red 135 ◦ green 30 ◦ blue 197

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

Shades of Dark Orchid #871EC5

Tints of Dark Orchid #871EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 54.42%

R = 37.29%
G = 8.29%
B = 54.42%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#871EC5 (or 0x871EC5) is known color: Dark Orchid. HEX triplet: 87, 1E and C5. RGB value is (135,30,197). Sum of RGB (Red+Green+Blue) = 135+30+197=362 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.29% from 362); Green value is 30 (12.11% from 255 or 8.29% from 362); Blue value is 197 (77.34% from 255 or 54.42% from 362); Max value from RGB is 197 - color contains mainly: blue. Hex color #871EC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871EC5 is #78E13A. Grayscale: #4F4F4F. Windows color (decimal): -7921979 or 12918407. OLE color: 12918407.

HSL color Cylindrical-coordinate representation of color #871EC5: hue angle of 277.72º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #871EC5 is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 135 30 197 -
CMYK 0.31 0.85 0 0.23
HSL 277.72º 0.74% 0.45% -
HSV(B) 277.72º 0.85% 0.77% -
XYZ 20.53 10.11 53.69 -
YUV 80.43 193.79 166.92 -
System Red Green Blue C M Y K H S L
Decimal 135 30 197 0.31 0.85 0 0.23 277.72 0.74 0.45
Hex 87 1E C5 1F 55 0 17 116 4A 2D
Octal 207 36 305 37 125 0 27 426 112 55
Binary 10000111 11110 11000101 11111 1010101 0 10111 100010110 1001010 101101

Color Harmonies of #871EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871EC5

Black with #871EC5

Text Example


Text Example

White with #871EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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