Html Css Color HEX #871AAF Dark Orchid

📋 copy color: '#871AAF'

red 135 ◦ green 26 ◦ blue 175

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

Shades of Dark Orchid #871AAF

Tints of Dark Orchid #871AAF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.74%

 BLUE value IS 175 (68.75% from 255) = 52.08%

R = 40.18%
G = 7.74%
B = 52.08%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#871AAF (or 0x871AAF) is known color: Dark Orchid. HEX triplet: 87, 1A and AF. RGB value is (135,26,175). Sum of RGB (Red+Green+Blue) = 135+26+175=336 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.18% from 336); Green value is 26 (10.55% from 255 or 7.74% from 336); Blue value is 175 (68.75% from 255 or 52.08% from 336); Max value from RGB is 175 - color contains mainly: blue. Hex color #871AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871AAF is #78E550. Grayscale: #4B4B4B. Windows color (decimal): -7923025 or 11475591. OLE color: 11475591.

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

Color convert

RGB 135 26 175 -
CMYK 0.23 0.85 0 0.31
HSL 283.89º 0.74% 0.39% -
HSV(B) 283.89º 0.85% 0.69% -
XYZ 18.1 8.98 41.34 -
YUV 75.58 184.11 170.38 -
System Red Green Blue C M Y K H S L
Decimal 135 26 175 0.23 0.85 0 0.31 283.89 0.74 0.39
Hex 87 1A AF 17 55 0 1F 11C 4A 27
Octal 207 32 257 27 125 0 37 434 112 47
Binary 10000111 11010 10101111 10111 1010101 0 11111 100011100 1001010 100111

Color Harmonies of #871AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871AAF

Black with #871AAF

Text Example


Text Example

White with #871AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,26,175); }

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

background-color css

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

 a { background-color: rgb(135,26,175); }

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

border-color css

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

 span { border-color: rgb(135,26,175); }

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