Html Css Color HEX #871CB3 Dark Orchid

📋 copy color: '#871CB3'

red 135 ◦ green 28 ◦ blue 179

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

Shades of Dark Orchid #871CB3

Tints of Dark Orchid #871CB3

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.19%

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

R = 39.47%
G = 8.19%
B = 52.34%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#871CB3 (or 0x871CB3) is known color: Dark Orchid. HEX triplet: 87, 1C and B3. RGB value is (135,28,179). Sum of RGB (Red+Green+Blue) = 135+28+179=342 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.47% from 342); Green value is 28 (11.33% from 255 or 8.19% from 342); Blue value is 179 (70.31% from 255 or 52.34% from 342); Max value from RGB is 179 - color contains mainly: blue. Hex color #871CB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871CB3 is #78E34C. Grayscale: #4C4C4C. Windows color (decimal): -7922509 or 11738247. OLE color: 11738247.

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

Color convert

RGB 135 28 179 -
CMYK 0.25 0.84 0 0.30
HSL 282.52º 0.73% 0.41% -
HSV(B) 282.52º 0.84% 0.7% -
XYZ 18.54 9.24 43.45 -
YUV 77.21 185.45 169.22 -
System Red Green Blue C M Y K H S L
Decimal 135 28 179 0.25 0.84 0 0.30 282.52 0.73 0.41
Hex 87 1C B3 19 54 0 1E 11B 49 29
Octal 207 34 263 31 124 0 36 433 111 51
Binary 10000111 11100 10110011 11001 1010100 0 11110 100011011 1001001 101001

Color Harmonies of #871CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871CB3

Black with #871CB3

Text Example


Text Example

White with #871CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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