Html Css Color HEX #873EC8 Dark Orchid

📋 copy color: '#873EC8'

red 135 ◦ green 62 ◦ blue 200

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

Shades of Dark Orchid #873EC8

Tints of Dark Orchid #873EC8

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.62%

 BLUE value IS 200 (78.52% from 255) = 50.38%

R = 34.01%
G = 15.62%
B = 50.38%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#873EC8 (or 0x873EC8) is known color: Dark Orchid. HEX triplet: 87, 3E and C8. RGB value is (135,62,200). Sum of RGB (Red+Green+Blue) = 135+62+200=397 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.01% from 397); Green value is 62 (24.61% from 255 or 15.62% from 397); Blue value is 200 (78.52% from 255 or 50.38% from 397); Max value from RGB is 200 - color contains mainly: blue. Hex color #873EC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873EC8 is #78C137. Grayscale: #636363. Windows color (decimal): -7913784 or 13123207. OLE color: 13123207.

HSL color Cylindrical-coordinate representation of color #873EC8: hue angle of 271.74º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #873EC8 is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 135 62 200 -
CMYK 0.32 0.69 0 0.22
HSL 271.74º 0.56% 0.51% -
HSV(B) 271.74º 0.69% 0.78% -
XYZ 22.14 12.77 55.94 -
YUV 99.56 184.68 153.28 -
System Red Green Blue C M Y K H S L
Decimal 135 62 200 0.32 0.69 0 0.22 271.74 0.56 0.51
Hex 87 3E C8 20 45 0 16 110 38 33
Octal 207 76 310 40 105 0 26 420 70 63
Binary 10000111 111110 11001000 100000 1000101 0 10110 100010000 111000 110011

Color Harmonies of #873EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873EC8

Black with #873EC8

Text Example


Text Example

White with #873EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873EC8; }

 p { color: rgb(135,62,200); }

 H1.HeaderClassName
 {
   color: #873EC8;
 }
 .AnyTagClassName
 {
   color: #873EC8;
 }
</style>

background-color css

<style>
 a { background-color: #873EC8; }

 a { background-color: rgb(135,62,200); }

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

border-color css

<style>
 span { border-color: #873EC8; }

 span { border-color: rgb(135,62,200); }

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