Html Css Color HEX #871AB9 Dark Orchid

📋 copy color: '#871AB9'

red 135 ◦ green 26 ◦ blue 185

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

Shades of Dark Orchid #871AB9

Tints of Dark Orchid #871AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 53.47%

R = 39.02%
G = 7.51%
B = 53.47%

CMYK

 C value IS 0.27

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#871AB9 (or 0x871AB9) is known color: Dark Orchid. HEX triplet: 87, 1A and B9. RGB value is (135,26,185). Sum of RGB (Red+Green+Blue) = 135+26+185=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 185 (72.66% from 255 or 53.47% from 346); Max value from RGB is 185 - color contains mainly: blue. Hex color #871AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871AB9 is #78E546. Grayscale: #4C4C4C. Windows color (decimal): -7923015 or 12130951. OLE color: 12130951.

HSL color Cylindrical-coordinate representation of color #871AB9: hue angle of 281.13º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #871AB9 is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 26 185 -
CMYK 0.27 0.86 0 0.27
HSL 281.13º 0.75% 0.41% -
HSV(B) 281.13º 0.86% 0.73% -
XYZ 19.12 9.39 46.7 -
YUV 76.72 189.11 169.57 -
System Red Green Blue C M Y K H S L
Decimal 135 26 185 0.27 0.86 0 0.27 281.13 0.75 0.41
Hex 87 1A B9 1B 56 0 1B 119 4B 29
Octal 207 32 271 33 126 0 33 431 113 51
Binary 10000111 11010 10111001 11011 1010110 0 11011 100011001 1001011 101001

Color Harmonies of #871AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871AB9

Black with #871AB9

Text Example


Text Example

White with #871AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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