Html Css Color HEX #871DC9 Dark Orchid

📋 copy color: '#871DC9'

red 135 ◦ green 29 ◦ blue 201

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

Shades of Dark Orchid #871DC9

Tints of Dark Orchid #871DC9

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.95%

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

R = 36.99%
G = 7.95%
B = 55.07%

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

#871DC9 (or 0x871DC9) is known color: Dark Orchid. HEX triplet: 87, 1D and C9. RGB value is (135,29,201). Sum of RGB (Red+Green+Blue) = 135+29+201=365 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.99% from 365); Green value is 29 (11.72% from 255 or 7.95% from 365); Blue value is 201 (78.91% from 255 or 55.07% from 365); Max value from RGB is 201 - color contains mainly: blue. Hex color #871DC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871DC9 is #78E236. Grayscale: #4F4F4F. Windows color (decimal): -7922231 or 13180295. OLE color: 13180295.

HSL color Cylindrical-coordinate representation of color #871DC9: hue angle of 276.98º degrees, saturation: 0.75, 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 #871DC9 is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 135 29 201 -
CMYK 0.33 0.86 0 0.21
HSL 276.98º 0.75% 0.45% -
HSV(B) 276.98º 0.86% 0.79% -
XYZ 20.97 10.25 56.13 -
YUV 80.3 196.12 167.01 -
System Red Green Blue C M Y K H S L
Decimal 135 29 201 0.33 0.86 0 0.21 276.98 0.75 0.45
Hex 87 1D C9 21 56 0 15 115 4B 2D
Octal 207 35 311 41 126 0 25 425 113 55
Binary 10000111 11101 11001001 100001 1010110 0 10101 100010101 1001011 101101

Color Harmonies of #871DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871DC9

Black with #871DC9

Text Example


Text Example

White with #871DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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