Html Css Color HEX #871CC9 Dark Orchid

📋 copy color: '#871CC9'

red 135 ◦ green 28 ◦ blue 201

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

Shades of Dark Orchid #871CC9

Tints of Dark Orchid #871CC9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.69%

 BLUE value IS 201 (78.91% from 255) = 55.22%

R = 37.09%
G = 7.69%
B = 55.22%

CMYK

 C value IS 0.33

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#871CC9 (or 0x871CC9) is known color: Dark Orchid. HEX triplet: 87, 1C and C9. RGB value is (135,28,201). Sum of RGB (Red+Green+Blue) = 135+28+201=364 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.09% from 364); Green value is 28 (11.33% from 255 or 7.69% from 364); Blue value is 201 (78.91% from 255 or 55.22% from 364); Max value from RGB is 201 - color contains mainly: blue. Hex color #871CC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871CC9 is #78E336. Grayscale: #4F4F4F. Windows color (decimal): -7922487 or 13180039. OLE color: 13180039.

HSL color Cylindrical-coordinate representation of color #871CC9: hue angle of 277.11º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #871CC9 is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 135 28 201 -
CMYK 0.33 0.86 0 0.21
HSL 277.11º 0.76% 0.45% -
HSV(B) 277.11º 0.86% 0.79% -
XYZ 20.95 10.2 56.12 -
YUV 79.72 196.45 167.43 -
System Red Green Blue C M Y K H S L
Decimal 135 28 201 0.33 0.86 0 0.21 277.11 0.76 0.45
Hex 87 1C C9 21 56 0 15 115 4C 2D
Octal 207 34 311 41 126 0 25 425 114 55
Binary 10000111 11100 11001001 100001 1010110 0 10101 100010101 1001100 101101

Color Harmonies of #871CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871CC9

Black with #871CC9

Text Example


Text Example

White with #871CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,28,201); }

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

background-color css

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

 a { background-color: rgb(135,28,201); }

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

border-color css

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

 span { border-color: rgb(135,28,201); }

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