Html Css Color HEX #871AB3 Dark Orchid

📋 copy color: '#871AB3'

red 135 ◦ green 26 ◦ blue 179

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

Shades of Dark Orchid #871AB3

Tints of Dark Orchid #871AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 52.65%

R = 39.71%
G = 7.65%
B = 52.65%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#871AB3 (or 0x871AB3) is known color: Dark Orchid. HEX triplet: 87, 1A and B3. RGB value is (135,26,179). Sum of RGB (Red+Green+Blue) = 135+26+179=340 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.71% from 340); Green value is 26 (10.55% from 255 or 7.65% from 340); Blue value is 179 (70.31% from 255 or 52.65% from 340); Max value from RGB is 179 - color contains mainly: blue. Hex color #871AB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871AB3 is #78E54C. Grayscale: #4B4B4B. Windows color (decimal): -7923021 or 11737735. OLE color: 11737735.

HSL color Cylindrical-coordinate representation of color #871AB3: hue angle of 282.75º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #871AB3 is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 135 26 179 -
CMYK 0.25 0.85 0 0.30
HSL 282.75º 0.75% 0.4% -
HSV(B) 282.75º 0.85% 0.7% -
XYZ 18.5 9.14 43.44 -
YUV 76.03 186.11 170.06 -
System Red Green Blue C M Y K H S L
Decimal 135 26 179 0.25 0.85 0 0.30 282.75 0.75 0.4
Hex 87 1A B3 19 55 0 1E 11B 4B 28
Octal 207 32 263 31 125 0 36 433 113 50
Binary 10000111 11010 10110011 11001 1010101 0 11110 100011011 1001011 101000

Color Harmonies of #871AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871AB3

Black with #871AB3

Text Example


Text Example

White with #871AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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