Html Css Color HEX #873AC0 Dark Orchid

📋 copy color: '#873AC0'

red 135 ◦ green 58 ◦ blue 192

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

Shades of Dark Orchid #873AC0

Tints of Dark Orchid #873AC0

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.06%

 BLUE value IS 192 (75.39% from 255) = 49.87%

R = 35.06%
G = 15.06%
B = 49.87%

CMYK

 C value IS 0.30

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#873AC0 (or 0x873AC0) is known color: Dark Orchid. HEX triplet: 87, 3A and C0. RGB value is (135,58,192). Sum of RGB (Red+Green+Blue) = 135+58+192=385 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.06% from 385); Green value is 58 (23.05% from 255 or 15.06% from 385); Blue value is 192 (75.39% from 255 or 49.87% from 385); Max value from RGB is 192 - color contains mainly: blue. Hex color #873AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873AC0 is #78C53F. Grayscale: #5F5F5F. Windows color (decimal): -7914816 or 12597895. OLE color: 12597895.

HSL color Cylindrical-coordinate representation of color #873AC0: hue angle of 274.48º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #873AC0 is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 135 58 192 -
CMYK 0.30 0.70 0 0.25
HSL 274.48º 0.54% 0.49% -
HSV(B) 274.48º 0.7% 0.75% -
XYZ 21.02 11.98 51.07 -
YUV 96.3 182.01 155.6 -
System Red Green Blue C M Y K H S L
Decimal 135 58 192 0.30 0.70 0 0.25 274.48 0.54 0.49
Hex 87 3A C0 1E 46 0 19 112 36 31
Octal 207 72 300 36 106 0 31 422 66 61
Binary 10000111 111010 11000000 11110 1000110 0 11001 100010010 110110 110001

Color Harmonies of #873AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873AC0

Black with #873AC0

Text Example


Text Example

White with #873AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,58,192); }

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

background-color css

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

 a { background-color: rgb(135,58,192); }

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

border-color css

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

 span { border-color: rgb(135,58,192); }

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