Html Css Color HEX #871EBF Dark Orchid

📋 copy color: '#871EBF'

red 135 ◦ green 30 ◦ blue 191

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

Shades of Dark Orchid #871EBF

Tints of Dark Orchid #871EBF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.43%

 BLUE value IS 191 (75% from 255) = 53.65%

R = 37.92%
G = 8.43%
B = 53.65%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#871EBF (or 0x871EBF) is known color: Dark Orchid. HEX triplet: 87, 1E and BF. RGB value is (135,30,191). Sum of RGB (Red+Green+Blue) = 135+30+191=356 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.92% from 356); Green value is 30 (12.11% from 255 or 8.43% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #871EBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871EBF is #78E140. Grayscale: #4F4F4F. Windows color (decimal): -7921985 or 12525191. OLE color: 12525191.

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

Color convert

RGB 135 30 191 -
CMYK 0.29 0.84 0 0.25
HSL 279.13º 0.73% 0.43% -
HSV(B) 279.13º 0.84% 0.75% -
XYZ 19.86 9.84 50.14 -
YUV 79.75 190.79 167.41 -
System Red Green Blue C M Y K H S L
Decimal 135 30 191 0.29 0.84 0 0.25 279.13 0.73 0.43
Hex 87 1E BF 1D 54 0 19 117 49 2B
Octal 207 36 277 35 124 0 31 427 111 53
Binary 10000111 11110 10111111 11101 1010100 0 11001 100010111 1001001 101011

Color Harmonies of #871EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871EBF

Black with #871EBF

Text Example


Text Example

White with #871EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,30,191); }

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

background-color css

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

 a { background-color: rgb(135,30,191); }

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

border-color css

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

 span { border-color: rgb(135,30,191); }

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