Html Css Color HEX #873EC9 Dark Orchid

📋 copy color: '#873EC9'

red 135 ◦ green 62 ◦ blue 201

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

Shades of Dark Orchid #873EC9

Tints of Dark Orchid #873EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 50.5%

R = 33.92%
G = 15.58%
B = 50.5%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#873EC9 (or 0x873EC9) is known color: Dark Orchid. HEX triplet: 87, 3E and C9. RGB value is (135,62,201). Sum of RGB (Red+Green+Blue) = 135+62+201=398 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.92% from 398); Green value is 62 (24.61% from 255 or 15.58% from 398); Blue value is 201 (78.91% from 255 or 50.50% from 398); Max value from RGB is 201 - color contains mainly: blue. Hex color #873EC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873EC9 is #78C136. Grayscale: #636363. Windows color (decimal): -7913783 or 13188743. OLE color: 13188743.

HSL color Cylindrical-coordinate representation of color #873EC9: hue angle of 271.51º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #873EC9 is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 135 62 201 -
CMYK 0.33 0.69 0 0.21
HSL 271.51º 0.56% 0.52% -
HSV(B) 271.51º 0.69% 0.79% -
XYZ 22.26 12.81 56.56 -
YUV 99.67 185.18 153.2 -
System Red Green Blue C M Y K H S L
Decimal 135 62 201 0.33 0.69 0 0.21 271.51 0.56 0.52
Hex 87 3E C9 21 45 0 15 110 38 34
Octal 207 76 311 41 105 0 25 420 70 64
Binary 10000111 111110 11001001 100001 1000101 0 10101 100010000 111000 110100

Color Harmonies of #873EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873EC9

Black with #873EC9

Text Example


Text Example

White with #873EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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