Html Css Color HEX #871FC9 Dark Orchid

📋 copy color: '#871FC9'

red 135 ◦ green 31 ◦ blue 201

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

Shades of Dark Orchid #871FC9

Tints of Dark Orchid #871FC9

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.45%

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

R = 36.78%
G = 8.45%
B = 54.77%

CMYK

 C value IS 0.33

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#871FC9 (or 0x871FC9) is known color: Dark Orchid. HEX triplet: 87, 1F and C9. RGB value is (135,31,201). Sum of RGB (Red+Green+Blue) = 135+31+201=367 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.78% from 367); Green value is 31 (12.5% from 255 or 8.45% from 367); Blue value is 201 (78.91% from 255 or 54.77% from 367); Max value from RGB is 201 - color contains mainly: blue. Hex color #871FC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871FC9 is #78E036. Grayscale: #505050. Windows color (decimal): -7921719 or 13180807. OLE color: 13180807.

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

Color convert

RGB 135 31 201 -
CMYK 0.33 0.85 0 0.21
HSL 276.71º 0.73% 0.45% -
HSV(B) 276.71º 0.85% 0.79% -
XYZ 21.02 10.35 56.15 -
YUV 81.48 195.46 166.18 -
System Red Green Blue C M Y K H S L
Decimal 135 31 201 0.33 0.85 0 0.21 276.71 0.73 0.45
Hex 87 1F C9 21 55 0 15 115 49 2D
Octal 207 37 311 41 125 0 25 425 111 55
Binary 10000111 11111 11001001 100001 1010101 0 10101 100010101 1001001 101101

Color Harmonies of #871FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871FC9

Black with #871FC9

Text Example


Text Example

White with #871FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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